<?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: Simple, degradable Flash embedding using jQuery</title>
	<atom:link href="http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Fri, 09 Dec 2011 00:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Vik Rubenfeld</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-248</link>
		<dc:creator>Vik Rubenfeld</dc:creator>
		<pubDate>Mon, 28 Dec 2009 07:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-248</guid>
		<description>Where is the .flash function coming from? I didn&#039;t yet find it in the jq.flash plugin. Thanks in advance for  the info.</description>
		<content:encoded><![CDATA[<p>Where is the .flash function coming from? I didn&#8217;t yet find it in the jq.flash plugin. Thanks in advance for  the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Birch</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-247</link>
		<dc:creator>Joel Birch</dc:creator>
		<pubDate>Sun, 28 Jan 2007 23:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-247</guid>
		<description>Okay it&#039;s clear now. I certainly appreciate your meticulousness - I am the same, which is why I wanted to verify this. Thanks.</description>
		<content:encoded><![CDATA[<p>Okay it&#8217;s clear now. I certainly appreciate your meticulousness &#8211; I am the same, which is why I wanted to verify this. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-246</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 28 Jan 2007 21:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-246</guid>
		<description>No, that&#039;s reasonable.  In this case, Flash is only used on the front page, so it is pretty likely many will never need it.  Possibly over-optimized to even bother with it, but no big deal.</description>
		<content:encoded><![CDATA[<p>No, that&#8217;s reasonable.  In this case, Flash is only used on the front page, so it is pretty likely many will never need it.  Possibly over-optimized to even bother with it, but no big deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Birch</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-245</link>
		<dc:creator>Joel Birch</dc:creator>
		<pubDate>Sun, 28 Jan 2007 06:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-245</guid>
		<description>I see, that makes sense. Personally I would tend to include those plugins even if not used just because I assume they are downloaded once and then drawn from cache on subsequent pages. Therefore there are no requests made to the server for those scripts. Unless of course the user never visits the page that you did want to use the scripts on, in which case the initial download is wasted. Am I missing something?</description>
		<content:encoded><![CDATA[<p>I see, that makes sense. Personally I would tend to include those plugins even if not used just because I assume they are downloaded once and then drawn from cache on subsequent pages. Therefore there are no requests made to the server for those scripts. Unless of course the user never visits the page that you did want to use the scripts on, in which case the initial download is wasted. Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-244</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 27 Jan 2007 18:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-244</guid>
		<description>The reason I check is because I wanted to put this script in the main site script, but not all pages have flash.  To reduce wasted requests to the server, I don&#039;t load jq-flash or swfobject on those pages.</description>
		<content:encoded><![CDATA[<p>The reason I check is because I wanted to put this script in the main site script, but not all pages have flash.  To reduce wasted requests to the server, I don&#8217;t load jq-flash or swfobject on those pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Birch</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-243</link>
		<dc:creator>Joel Birch</dc:creator>
		<pubDate>Sat, 27 Jan 2007 07:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-243</guid>
		<description>That wonderful terse line could be even more terse:
$(SSS.flashInit);
Try it and see!

On another note, why do you check for a flash object? In what situation could your script run where the flash object is not available - assuming you always include the plugin?

Cheers</description>
		<content:encoded><![CDATA[<p>That wonderful terse line could be even more terse:<br />
$(SSS.flashInit);<br />
Try it and see!</p>
<p>On another note, why do you check for a flash object? In what situation could your script run where the flash object is not available &#8211; assuming you always include the plugin?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sime</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-242</link>
		<dc:creator>sime</dc:creator>
		<pubDate>Thu, 11 Jan 2007 01:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-242</guid>
		<description>Opps, I see the reference to the plugin now.  Sorry!</description>
		<content:encoded><![CDATA[<p>Opps, I see the reference to the plugin now.  Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sime</title>
		<link>http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-241</link>
		<dc:creator>sime</dc:creator>
		<pubDate>Thu, 11 Jan 2007 01:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2006/simple-degradable-flash-embedding-using-jquery.html#comment-241</guid>
		<description>I&#039;ve never seen classes defined like this: &quot;w:320&quot; and &quot;h:420&quot;, can you explain this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never seen classes defined like this: &#8220;w:320&#8243; and &#8220;h:420&#8243;, can you explain this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

