<?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: Flash JPG Rotator &#8211; Fixing the IE problem</title>
	<atom:link href="http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/</link>
	<description>Rich Internet solutions utilizing Flex, ActionScript, JavaScript, Dojo, Objective-C, and the iPhone</description>
	<lastBuildDate>Mon, 17 May 2010 20:26:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mitchell W. Morris</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-315</link>
		<dc:creator>Mitchell W. Morris</dc:creator>
		<pubDate>Tue, 26 Jun 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-315</guid>
		<description>I really appreciate the time spent writing this as it is very documented and very easy to understand. This solution also helped me with the same problem I was having with my sideshow.  However, it doesn&#039;t seem to work with my showcase images. It&#039;s the exact same code but I did add a preloader that also uses an onLoadStart and onLoadProgress. Niether the preloader shows as it does in all other browsers nor does the image.

var mclListener:Object = new Object();
mclListener.onLoadStart  =  function(mc:MovieClip)  {
	_root.bar._visible = true;
	_root.border._visible = true;
	_root.pText._visible = true;
	showcaseOnDeck = true;
};
mclListener.onLoadProgress = function(mc:MovieClip, lBytes, tBytes) {
	if (((lBytes/tBytes)*100) &gt; preloader) {
		preloader = Math.floor((lBytes/tBytes)*100)
		_root.bar._xscale = preloader;
	}
	
};
mclListener.onLoadInit = function (mc:MovieClip) {
	//trace(mc);
	_root.goAheadShowDisplay = true;
	showcaseOnDeck = null;
	_root.lockedStocked = false;
	_root.border._visible = false;
	_root.bar._visible = false;
	preloader = 0;	
}

var mcDisplay:MovieClipLoader = new MovieClipLoader();
mcDisplay.addListener(mclListener);</description>
		<content:encoded><![CDATA[<p>I really appreciate the time spent writing this as it is very documented and very easy to understand. This solution also helped me with the same problem I was having with my sideshow.  However, it doesn&#8217;t seem to work with my showcase images. It&#8217;s the exact same code but I did add a preloader that also uses an onLoadStart and onLoadProgress. Niether the preloader shows as it does in all other browsers nor does the image.</p>
<p>var mclListener:Object = new Object();<br />
mclListener.onLoadStart  =  function(mc:MovieClip)  {<br />
	_root.bar._visible = true;<br />
	_root.border._visible = true;<br />
	_root.pText._visible = true;<br />
	showcaseOnDeck = true;<br />
};<br />
mclListener.onLoadProgress = function(mc:MovieClip, lBytes, tBytes) {<br />
	if (((lBytes/tBytes)*100) &gt; preloader) {<br />
		preloader = Math.floor((lBytes/tBytes)*100)<br />
		_root.bar._xscale = preloader;<br />
	}</p>
<p>};<br />
mclListener.onLoadInit = function (mc:MovieClip) {<br />
	//trace(mc);<br />
	_root.goAheadShowDisplay = true;<br />
	showcaseOnDeck = null;<br />
	_root.lockedStocked = false;<br />
	_root.border._visible = false;<br />
	_root.bar._visible = false;<br />
	preloader = 0;<br />
}</p>
<p>var mcDisplay:MovieClipLoader = new MovieClipLoader();<br />
mcDisplay.addListener(mclListener);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nino</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-313</link>
		<dc:creator>Nino</dc:creator>
		<pubDate>Thu, 07 Jun 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-313</guid>
		<description>Not working in FireFox! Some times does not show any image at start and it also goes blank after a few rotations.</description>
		<content:encoded><![CDATA[<p>Not working in FireFox! Some times does not show any image at start and it also goes blank after a few rotations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-314</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Thu, 07 Jun 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-314</guid>
		<description>Sadly, I am not using (and haven&#039;t been using) this application in a long time now. I would suggest that any issues you may be having with it to either contact the original developer or to go another route, as there are many. Cheers :-)</description>
		<content:encoded><![CDATA[<p>Sadly, I am not using (and haven&#8217;t been using) this application in a long time now. I would suggest that any issues you may be having with it to either contact the original developer or to go another route, as there are many. Cheers <img src='http://www.kylehayes.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-316</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Mon, 19 Mar 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-316</guid>
		<description>Can u send me the updated swf if you wouldn&#039;t mind.</description>
		<content:encoded><![CDATA[<p>Can u send me the updated swf if you wouldn&#8217;t mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-317</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Mon, 19 Mar 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-317</guid>
		<description>You can actually just click the &quot;Download&quot; link at the bottom of the entry.</description>
		<content:encoded><![CDATA[<p>You can actually just click the &quot;Download&quot; link at the bottom of the entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-311</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Tue, 27 Feb 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-311</guid>
		<description>The link to download file seem to be broken, is it possible to add the file once again please. Thanks!</description>
		<content:encoded><![CDATA[<p>The link to download file seem to be broken, is it possible to add the file once again please. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hayes</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-312</link>
		<dc:creator>Kyle Hayes</dc:creator>
		<pubDate>Tue, 27 Feb 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-312</guid>
		<description>Ok, Jonas, it looks like I forgot to move the files from the old site to this one. It should be fixed for you now!</description>
		<content:encoded><![CDATA[<p>Ok, Jonas, it looks like I forgot to move the files from the old site to this one. It should be fixed for you now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-323</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 16 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-323</guid>
		<description>What Kind of scritp you run your website on?  could be the problem..</description>
		<content:encoded><![CDATA[<p>What Kind of scritp you run your website on?  could be the problem..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-318</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 07 Sep 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-318</guid>
		<description>I tried this in firefox and it still will go blank after a bit!!!!!</description>
		<content:encoded><![CDATA[<p>I tried this in firefox and it still will go blank after a bit!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neel</title>
		<link>http://www.kylehayes.info/2006/03/27/flash-jpg-rotator-fixing-the-ie-problem/comment-page-1/#comment-321</link>
		<dc:creator>neel</dc:creator>
		<pubDate>Tue, 06 Jun 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kylehayes.info/blog/index.cfm/2006/03/27/Flash-JPG-Rotator--Fixing-the-IE-problem#comment-321</guid>
		<description>Can I also have the fixed file ?</description>
		<content:encoded><![CDATA[<p>Can I also have the fixed file ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
