<?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>Gazeek.Com &#187; embed xhtml flash</title>
	<atom:link href="http://gazeek.com/tag/embed-xhtml-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://gazeek.com</link>
	<description>Geeks Blog .. Cos Others Just Dont Understand</description>
	<lastBuildDate>Thu, 08 Apr 2010 03:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Embedding XHTML Compliant Flash Files</title>
		<link>http://gazeek.com/coding/embedding-xhtml-compliant-flash-files/</link>
		<comments>http://gazeek.com/coding/embedding-xhtml-compliant-flash-files/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 02:25:36 +0000</pubDate>
		<dc:creator>Cheyne</dc:creator>
				<category><![CDATA[All Articles]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[embed xhtml flash]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[xhtml compliance]]></category>

		<guid isPermaLink="false">http://gazeek.com/?p=68</guid>
		<description><![CDATA[All to often people all over the web use non-xhtml embedding on their sites.
Use the following code to embed fully XHTML 1.0 compliant flash objects.
Code

1
2
3
4
5
&#60;object type=&#34;application/x-shockwave-flash&#34; data=&#34;path-to-swf-file.swf&#34; width=&#34;950&#34; height=&#34;150&#34;&#62;
&#60;param name=&#34;movie&#34; value=&#34;path-to-swf-file.swf&#34; /&#62;
&#60;param name=&#34;quality&#34; value=&#34;high&#34;/&#62;
&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34; /&#62;
&#60;/object&#62;

]]></description>
		<wfw:commentRss>http://gazeek.com/coding/embedding-xhtml-compliant-flash-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
