<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Embedding Flash While Supporting Standards (and without javaScript)</title>
	<atom:link href="http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 09:50:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mila</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-6935</link>
		<dc:creator>mila</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-6935</guid>
		<description>Thanks Jason, this is very useful and so easy to understand.
Unfortunately I am having a problem with validation, it doesn&#039;t accept attributes width and height.</description>
		<content:encoded><![CDATA[<p>Thanks Jason, this is very useful and so easy to understand.<br />
Unfortunately I am having a problem with validation, it doesn&#8217;t accept attributes width and height.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin lui</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-6116</link>
		<dc:creator>justin lui</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-6116</guid>
		<description>while very helpful as a start, some of the syntax of the IE only conditional would lead to validation errors, this wiki article addresses the correct syntax:

http://en.wikipedia.org/wiki/Conditional_comment</description>
		<content:encoded><![CDATA[<p>while very helpful as a start, some of the syntax of the IE only conditional would lead to validation errors, this wiki article addresses the correct syntax:</p>
<p><a href="http://en.wikipedia.org/wiki/Conditional_comment" rel="nofollow">http://en.wikipedia.org/wiki/Conditional_comment</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandman6665</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-6103</link>
		<dc:creator>sandman6665</dc:creator>
		<pubDate>Tue, 02 Jun 2009 12:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-6103</guid>
		<description>Thanks for this,it releives my headache on ie.. :D</description>
		<content:encoded><![CDATA[<p>Thanks for this,it releives my headache on ie.. <img src='http://www.gilluminate.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-5352</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 14 Jun 2008 05:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-5352</guid>
		<description>Yeah, how exactly do you post html code? because mine gets stripped everytime I upload.</description>
		<content:encoded><![CDATA[<p>Yeah, how exactly do you post html code? because mine gets stripped everytime I upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-5351</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 14 Jun 2008 05:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-5351</guid>
		<description>I apologize, my code seems to have disappeared.





&lt;!--[if !IE]&gt; &lt;--&gt;


Alternative text Mozilla



 

&lt;!--[if IE]&gt;--&gt;

Alternative text IE



</description>
		<content:encoded><![CDATA[<p>I apologize, my code seems to have disappeared.</p>
<p><!--[if !IE]&gt; &lt;--></p>
<p>Alternative text Mozilla</p>
<p><!--[if IE]&gt;--></p>
<p>Alternative text IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-5350</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 14 Jun 2008 05:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-5350</guid>
		<description>I got the following to work on IE and firefox, but I can&#039;t get IE to display the Alt text, when the video is loading, however.







&lt;!--[if !IE]&gt; &lt;--&gt;


Alternative text Mozilla



 

&lt;!--[if IE]&gt;--&gt;

Alternative text IE





</description>
		<content:encoded><![CDATA[<p>I got the following to work on IE and firefox, but I can&#8217;t get IE to display the Alt text, when the video is loading, however.</p>
<p><!--[if !IE]&gt; &lt;--></p>
<p>Alternative text Mozilla</p>
<p><!--[if IE]&gt;--></p>
<p>Alternative text IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-5339</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 03 Jun 2008 10:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-5339</guid>
		<description>Has this been updated?  This works fine for me in IE7, but in Firefox 2.0.0.14, a  shows and the page is invalid.  I obviously have to remove that, but I still end up with an invalid page.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>Has this been updated?  This works fine for me in IE7, but in Firefox 2.0.0.14, a  shows and the page is invalid.  I obviously have to remove that, but I still end up with an invalid page.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhav</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-172</link>
		<dc:creator>madhav</dc:creator>
		<pubDate>Thu, 23 Feb 2006 05:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-172</guid>
		<description>Hello does anyone have working example of this, which is working in all the browsers? IF yes it would be a great help to all.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Hello does anyone have working example of this, which is working in all the browsers? IF yes it would be a great help to all.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Schmidt</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-171</link>
		<dc:creator>Jonathan Schmidt</dc:creator>
		<pubDate>Wed, 22 Feb 2006 09:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-171</guid>
		<description>IE6 supports using &lt;object&gt; without the ActiveX attributes (classid and codebase).  Remove those and duplicate the &lt;param&gt;s as attributes in the &lt;object&gt; and you have something valid without needing the &lt;!--[if IE]--&gt; hack.  **Tested in IE6.0, FF1.x and NN 7.2 (all Win XP) and IE5.2, FF1.5 and Safari 1.3 (all OS X)**&lt;br /&gt;
&lt;br /&gt;
Also, SetVariable now works in Firefox 1.0 and Netscape 7.2 (possibly earlier) on Win.  OS X is still a problem: &lt;a rel=&quot;nofollow&quot; href=&quot;http://developer.mozilla.org/en/docs/Scripting_Plugins:_Macromedia_Flash#Detecting_the_Right_Flash_Plugin_.28and_Browser.29&quot;&gt;so sez Mozilla&lt;/a&gt;.  You won&#039;t need the name=id bit either, just the id.</description>
		<content:encoded><![CDATA[<p>IE6 supports using &lt;object&gt; without the ActiveX attributes (classid and codebase).  Remove those and duplicate the &lt;param&gt;s as attributes in the &lt;object&gt; and you have something valid without needing the &lt;!&#8211;[if IE]&#8211;&gt; hack.  **Tested in IE6.0, FF1.x and NN 7.2 (all Win XP) and IE5.2, FF1.5 and Safari 1.3 (all OS X)**</p>
<p>Also, SetVariable now works in Firefox 1.0 and Netscape 7.2 (possibly earlier) on Win.  OS X is still a problem: <a rel="nofollow" href="http://developer.mozilla.org/en/docs/Scripting_Plugins:_Macromedia_Flash#Detecting_the_Right_Flash_Plugin_.28and_Browser.29">so sez Mozilla</a>.  You won&#8217;t need the name=id bit either, just the id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Holtzman</title>
		<link>http://www.gilluminate.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript/comment-page-1/#comment-170</link>
		<dc:creator>Jason Holtzman</dc:creator>
		<pubDate>Sat, 24 Dec 2005 20:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2004/12/08/embedding-flash-while-supporting-standards-and-without-javascript#comment-170</guid>
		<description>This method does not seem to work on asp pages. I receive a VBScript error: an OBJECT tag cannot be placed inside another OBJECT tag...</description>
		<content:encoded><![CDATA[<p>This method does not seem to work on asp pages. I receive a VBScript error: an OBJECT tag cannot be placed inside another OBJECT tag&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
