<?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: The right way to do a preloader in AS3</title>
	<atom:link href="http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:19:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DeltaFrog</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-4815</link>
		<dc:creator>DeltaFrog</dc:creator>
		<pubDate>Sat, 20 Feb 2010 07:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-4815</guid>
		<description>Ok sry for my rants up there, long day. ;D Everything seems to be working now.  

Any suggestions on getting these two line to run with a delay? 

myMovie=Sprite(l.content);
addChild(myMovie);

I tried Set interval but it didn&#039;t work for me.  Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Ok sry for my rants up there, long day. ;D Everything seems to be working now.  </p>
<p>Any suggestions on getting these two line to run with a delay? </p>
<p>myMovie=Sprite(l.content);<br />
addChild(myMovie);</p>
<p>I tried Set interval but it didn&#8217;t work for me.  Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeltaFrog</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-4814</link>
		<dc:creator>DeltaFrog</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-4814</guid>
		<description>I got a &quot;Cannot access a property or method of a null object reference&quot; error when I used this method to load my working swf. You do have to worry about how you code your file. For me it was not plug and play... ;(</description>
		<content:encoded><![CDATA[<p>I got a &#8220;Cannot access a property or method of a null object reference&#8221; error when I used this method to load my working swf. You do have to worry about how you code your file. For me it was not plug and play&#8230; ;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeltaFrog</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-4813</link>
		<dc:creator>DeltaFrog</dc:creator>
		<pubDate>Sat, 20 Feb 2010 02:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-4813</guid>
		<description>If your loading the swf into the other swf does the browser know too look for newly updated swf&#039;s with this method?  In as2 I always had to add a random id number too loaded swf&#039;s.  Any thoughts on that?</description>
		<content:encoded><![CDATA[<p>If your loading the swf into the other swf does the browser know too look for newly updated swf&#8217;s with this method?  In as2 I always had to add a random id number too loaded swf&#8217;s.  Any thoughts on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark mun</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-4083</link>
		<dc:creator>mark mun</dc:creator>
		<pubDate>Thu, 15 Oct 2009 01:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-4083</guid>
		<description>What do you do if your loaded swf also has external assets that it needs to load that needs to be displayed in the loader swf progress bar?</description>
		<content:encoded><![CDATA[<p>What do you do if your loaded swf also has external assets that it needs to load that needs to be displayed in the loader swf progress bar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deon</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-3952</link>
		<dc:creator>Deon</dc:creator>
		<pubDate>Sun, 06 Sep 2009 19:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-3952</guid>
		<description>I wanted to leave an answer in case someone stumbled in here with my problem.

&quot;Gzip compression is on in the server; turn it off it will be ok.   Do so by using a .htaccess file and in it write this without qoutes &quot; Options +FollowSymLinks
RewriteEngine on
RewriteRule \.swf$ - [E=no-gzip:1] &quot;</description>
		<content:encoded><![CDATA[<p>I wanted to leave an answer in case someone stumbled in here with my problem.</p>
<p>&#8220;Gzip compression is on in the server; turn it off it will be ok.   Do so by using a .htaccess file and in it write this without qoutes &#8221; Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule \.swf$ &#8211; [E=no-gzip:1] &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deon</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-3946</link>
		<dc:creator>Deon</dc:creator>
		<pubDate>Mon, 31 Aug 2009 03:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-3946</guid>
		<description>I did everything exactly as written in the original post, and it works fine offline, but once it is on my server the text starts at 100, and with a trace of &quot;Math.ceil(perc*100).toString()&quot; I see it looping the percent count over and over.  This seems to be the case with every preloader I try to use, any suggestions?</description>
		<content:encoded><![CDATA[<p>I did everything exactly as written in the original post, and it works fine offline, but once it is on my server the text starts at 100, and with a trace of &#8220;Math.ceil(perc*100).toString()&#8221; I see it looping the percent count over and over.  This seems to be the case with every preloader I try to use, any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-3432</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-3432</guid>
		<description>I find the little pop-out thing(&quot;annoying&quot; reply - quote) blocks the text when trying to read what people posted .</description>
		<content:encoded><![CDATA[<p>I find the little pop-out thing(&#8220;annoying&#8221; reply &#8211; quote) blocks the text when trying to read what people posted .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beebs</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-3345</link>
		<dc:creator>Beebs</dc:creator>
		<pubDate>Sat, 28 Feb 2009 09:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-3345</guid>
		<description>Thanks for your reply.

I have further wish list. Since I love your approach of this preloader, how possible to have them in a document class?

The reason I have this wish list is that I will use the preloader in many places ( like child movies) - so it will be handy if I can call it in a function - something like this.

Thanks Zedia</description>
		<content:encoded><![CDATA[<p>Thanks for your reply.</p>
<p>I have further wish list. Since I love your approach of this preloader, how possible to have them in a document class?</p>
<p>The reason I have this wish list is that I will use the preloader in many places ( like child movies) &#8211; so it will be handy if I can call it in a function &#8211; something like this.</p>
<p>Thanks Zedia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedia.net</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-3334</link>
		<dc:creator>zedia.net</dc:creator>
		<pubDate>Fri, 20 Feb 2009 14:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-3334</guid>
		<description>You have to remove your previous content from the display list before you set it to null. The addChild method create a link to the object so as long as you didn&#039;t remove that link, that object cannot be destroyed(garbage collected).</description>
		<content:encoded><![CDATA[<p>You have to remove your previous content from the display list before you set it to null. The addChild method create a link to the object so as long as you didn&#8217;t remove that link, that object cannot be destroyed(garbage collected).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beebs</title>
		<link>http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/comment-page-1/#comment-3333</link>
		<dc:creator>Beebs</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/the-right-way-to-do-a-preloader-in-as3/#comment-3333</guid>
		<description>Hi It&#039;s me again.

I manage to deal with my post#18 above.

However, the further issue arrive : I load more than 2 external movie into var myMovie.

Although I keep the &quot;l = null&quot; , the movie are sit on top each other instead of replacing them.

Can you shed me  alight how to unload the old one and load the new one?

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hi It&#8217;s me again.</p>
<p>I manage to deal with my post#18 above.</p>
<p>However, the further issue arrive : I load more than 2 external movie into var myMovie.</p>
<p>Although I keep the &#8220;l = null&#8221; , the movie are sit on top each other instead of replacing them.</p>
<p>Can you shed me  alight how to unload the old one and load the new one?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
