<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rene Design &#124; Mediendesign, Mediengestalter, Bad Waldsee, Bodensee, Oberschwaben, Ravensburg, Web Entwicklung, Webdesign &#187; xhtml</title>
	<atom:link href="http://www.rene-design.com/tag/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rene-design.com</link>
	<description>Rene Kreupl Blog</description>
	<lastBuildDate>Thu, 01 Sep 2011 10:39:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Flash Valide in XHtml 1.1 einbauen</title>
		<link>http://www.rene-design.com/css-html/flash-valide-in-xhtml-11-einbauen/</link>
		<comments>http://www.rene-design.com/css-html/flash-valide-in-xhtml-11-einbauen/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 11:01:02 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[CSS & HTML]]></category>
		<category><![CDATA[1.1]]></category>
		<category><![CDATA[einbinden]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[valide]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xhtml 1.1]]></category>

		<guid isPermaLink="false">http://www.rene-design.com/?p=445</guid>
		<description><![CDATA[Oft wird gefragt wie man den Flash valide in XHTML 1.1 einbauen kann. Hier die L&#246;sung: &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en&#34; &#62; &#60;head&#62; &#60;title&#62;Flash valide einbinden&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;object type=&#34;application/x-shockwave-flash&#34; data=&#34;flash.swf&#34; width=&#34;800&#34; height=&#34;600&#34;&#62; &#60;param name=&#34;movie&#34; value=&#34;flash.swf&#34; /&#62; &#60;param name=&#34;wmode&#34; value=&#34;transparent&#34; /&#62; &#60;img src=&#34;ersatz.jpg&#34; width=&#34;800&#34; height=&#34;600&#34; alt=&#34;header&#34; /&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Oft wird gefragt wie man den Flash valide in XHTML 1.1 einbauen kann.<br />
Hier die L&ouml;sung:</p>
<pre class="brush: xml; title: ;">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot;
    &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; &gt;
  &lt;head&gt;
    &lt;title&gt;Flash valide einbinden&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;flash.swf&quot; width=&quot;800&quot; height=&quot;600&quot;&gt;
      &lt;param name=&quot;movie&quot; value=&quot;flash.swf&quot; /&gt;
      &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;
      &lt;img src=&quot;ersatz.jpg&quot; width=&quot;800&quot; height=&quot;600&quot; alt=&quot;header&quot; /&gt;
    &lt;/object&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Das Bild dient zur korrekten Darstellung, falls einmal kein Flash geladen werden kann.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rene-design.com/css-html/flash-valide-in-xhtml-11-einbauen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

