<?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>Css Snippets &#187; flash</title>
	<atom:link href="http://www.csssnippets.be/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csssnippets.be</link>
	<description>Snippets for you, snippets for me</description>
	<lastBuildDate>Mon, 17 Oct 2011 08:42:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Valid XHTML met flash</title>
		<link>http://www.csssnippets.be/2009/04/valid-xhtml-met-flash/</link>
		<comments>http://www.csssnippets.be/2009/04/valid-xhtml-met-flash/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 17:50:50 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[crossbrowser]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Xhtml Strict]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[param]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.csssnippets.be/?p=179</guid>
		<description><![CDATA[Standaard flash code geeft meestal problemen als je voor Stricte XHTML gaat, omwille van element atributen die die niet meer bestaan in XHTML 1.0. Op de volgende manier heb je een werkende Flash code die valid zal zijn.]]></description>
			<content:encoded><![CDATA[<p>Standaard flash code geeft meestal problemen als je voor Stricte XHTML gaat, omwille van element atributen die die niet meer bestaan in XHTML 1.0. Op de volgende manier heb je een werkende Flash code die valid zal zijn.</p>
<h4>Oude manier</h4>
<h3>HTML</h3>
<pre title="code" class="xhtml">
&lt;object width="550" height="400"&gt;
&lt;param name="movie" value="somefilename.swf"&gt;
&lt;embed src="somefilename.swf" width="550" height="400"&gt;
&lt;/embed&gt;
&lt;/object&gt;
</pre>
<h4>Nieuwe correcte manier</h4>
<h3>HTML correct</h3>
<pre title="code" class="xhtml">
&lt;object type="application/x-shockwave-flash" data="movie.swf" width="560" height="100"&gt;
&lt;param name="movie" value="movie.swf" /&gt;
&lt;/object&gt;
</pre>



	<a rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F&amp;title=Valid%20XHTML%20met%20flash&amp;annotation=Standaard%20flash%20code%20geeft%20meestal%20problemen%20als%20je%20voor%20Stricte%20XHTML%20gaat%2C%20omwille%20van%20element%20atributen%20die%20die%20niet%20meer%20bestaan%20in%20XHTML%201.0.%20Op%20de%20volgende%20manier%20heb%20je%20een%20werkende%20Flash%20code%20die%20valid%20zal%20zijn." class="google bookmarks" title="Google Bookmarks">Google Bookmarks</a>
	<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F&amp;title=Valid%20XHTML%20met%20flash&amp;bodytext=Standaard%20flash%20code%20geeft%20meestal%20problemen%20als%20je%20voor%20Stricte%20XHTML%20gaat%2C%20omwille%20van%20element%20atributen%20die%20die%20niet%20meer%20bestaan%20in%20XHTML%201.0.%20Op%20de%20volgende%20manier%20heb%20je%20een%20werkende%20Flash%20code%20die%20valid%20zal%20zijn." class="digg" title="Digg">Digg</a>
	<a rel="nofollow" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F&amp;Title=Valid%20XHTML%20met%20flash" class="blinklist" title="BlinkList">BlinkList</a>
	<a rel="nofollow" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F" class="technorati" title="Technorati">Technorati</a>
	<a rel="nofollow" href="http://twitter.com/home?status=Valid%20XHTML%20met%20flash%20-%20http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F" class="twitter" title="Twitter">Twitter</a>
	<a rel="nofollow" href="http://delicious.com/post?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F&amp;title=Valid%20XHTML%20met%20flash&amp;notes=Standaard%20flash%20code%20geeft%20meestal%20problemen%20als%20je%20voor%20Stricte%20XHTML%20gaat%2C%20omwille%20van%20element%20atributen%20die%20die%20niet%20meer%20bestaan%20in%20XHTML%201.0.%20Op%20de%20volgende%20manier%20heb%20je%20een%20werkende%20Flash%20code%20die%20valid%20zal%20zijn." class="delicious" title="del.icio.us">del.icio.us</a>
	<a rel="nofollow" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F&amp;t=Valid%20XHTML%20met%20flash" class="facebook" title="Facebook">Facebook</a>
	<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.csssnippets.be%2F2009%2F04%2Fvalid-xhtml-met-flash%2F&amp;title=Valid%20XHTML%20met%20flash" class="stumbleupon" title="StumbleUpon">StumbleUpon</a>

<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://www.csssnippets.be/2009/04/valid-xhtml-met-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

