<?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: How to make a Flash preloader using Actionscript 3</title>
	<atom:link href="http://www.extendstudio.com/blog/2009/07/flash-preloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/</link>
	<description>Dreamweaver Extensions and Flash Components for web development</description>
	<lastBuildDate>Mon, 29 Nov 2010 16:50:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pascal</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-14410</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 26 Oct 2010 19:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-14410</guid>
		<description>If someone need to have % of this loading.

Put a text under progress bar and name-it.

After add this line in progressHandler function:

pourcentage.text = String(percent) + &quot; %&quot;;

Enjoy!</description>
		<content:encoded><![CDATA[<p>If someone need to have % of this loading.</p>
<p>Put a text under progress bar and name-it.</p>
<p>After add this line in progressHandler function:</p>
<p>pourcentage.text = String(percent) + &#8221; %&#8221;;</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliuta</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-9343</link>
		<dc:creator>iliuta</dc:creator>
		<pubDate>Fri, 10 Sep 2010 10:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-9343</guid>
		<description>Yes you can link to this post. Your welcomed !</description>
		<content:encoded><![CDATA[<p>Yes you can link to this post. Your welcomed !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backlink software</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-9312</link>
		<dc:creator>Backlink software</dc:creator>
		<pubDate>Fri, 10 Sep 2010 01:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-9312</guid>
		<description>Hey admin, I have a small request. I was just searching for some information on the topic you wrote and found this blog. Some really cool stuff you wrote here. Can I please link to this post on my new website I am working on? It :)  I will check back again later to see how you responded. Thanks,  Denis  .</description>
		<content:encoded><![CDATA[<p>Hey admin, I have a small request. I was just searching for some information on the topic you wrote and found this blog. Some really cool stuff you wrote here. Can I please link to this post on my new website I am working on? It <img src='http://www.extendstudio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I will check back again later to see how you responded. Thanks,  Denis  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nancy</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1912</link>
		<dc:creator>nancy</dc:creator>
		<pubDate>Thu, 14 Jan 2010 00:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1912</guid>
		<description>I&#039;d like to use a preloader on my main page to load all swfs in the site for all pages.  Is there a way to use this code to load multiple swfs?

thanks,

Nancy</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to use a preloader on my main page to load all swfs in the site for all pages.  Is there a way to use this code to load multiple swfs?</p>
<p>thanks,</p>
<p>Nancy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1816</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1816</guid>
		<description>Thanks! it works like a charm...</description>
		<content:encoded><![CDATA[<p>Thanks! it works like a charm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABurns</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1810</link>
		<dc:creator>ABurns</dc:creator>
		<pubDate>Wed, 23 Dec 2009 16:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1810</guid>
		<description>Hi,
your tutorial works great but I dont know how to insert the URL of the seperate swf file ( loader.load(new URLRequest()); )  Ive tried typing in the full location on my computer, Ive put the swf file in the same folder as the preloader. But its just not picking it up. Could you please maybe give me an examle of how the file path url should look?

Help please, this is for a big project due soon for college :(</description>
		<content:encoded><![CDATA[<p>Hi,<br />
your tutorial works great but I dont know how to insert the URL of the seperate swf file ( loader.load(new URLRequest()); )  Ive tried typing in the full location on my computer, Ive put the swf file in the same folder as the preloader. But its just not picking it up. Could you please maybe give me an examle of how the file path url should look?</p>
<p>Help please, this is for a big project due soon for college <img src='http://www.extendstudio.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Rinciog</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1583</link>
		<dc:creator>Andrei Rinciog</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1583</guid>
		<description>Hello,

Yes, I&#039;ve tested it :).  

If you follow the steps from the textfield on the stage you won&#039;t get any errors (I just double checked). And you don&#039;t need to add double quotes to the path, actually its better not to as I&#039;m taking the whole text from that field as a string. 

Are you sure that this error is not from the loaded swf? If you do stage operations or try to access a parent it might send an error when you load it into another swf. Try with a basic and simple swf file and see if it works. 

Regards,
Andrei Rinciog</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Yes, I&#8217;ve tested it <img src='http://www.extendstudio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  </p>
<p>If you follow the steps from the textfield on the stage you won&#8217;t get any errors (I just double checked). And you don&#8217;t need to add double quotes to the path, actually its better not to as I&#8217;m taking the whole text from that field as a string. </p>
<p>Are you sure that this error is not from the loaded swf? If you do stage operations or try to access a parent it might send an error when you load it into another swf. Try with a basic and simple swf file and see if it works. </p>
<p>Regards,<br />
Andrei Rinciog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Crumpton</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1555</link>
		<dc:creator>John Crumpton</dc:creator>
		<pubDate>Fri, 13 Nov 2009 01:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1555</guid>
		<description>Silly question but have you tested this? 

Can you provide a zip so we can see it working because if I add double quotes around the URLRequest to load my swf I get the following error: 

ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
	at flash.display::DisplayObjectContainer/removeChild()
	at preloader_fla::MainTimeline/completeHandler()</description>
		<content:encoded><![CDATA[<p>Silly question but have you tested this? </p>
<p>Can you provide a zip so we can see it working because if I add double quotes around the URLRequest to load my swf I get the following error: </p>
<p>ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.<br />
	at flash.display::DisplayObjectContainer/removeChild()<br />
	at preloader_fla::MainTimeline/completeHandler()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaume</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1422</link>
		<dc:creator>guillaume</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1422</guid>
		<description>and then : how can I put the bar (or any mc for that matter), on the foreground, because mc tend to get behind all my layers, and therefore invisible....</description>
		<content:encoded><![CDATA[<p>and then : how can I put the bar (or any mc for that matter), on the foreground, because mc tend to get behind all my layers, and therefore invisible&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaume</title>
		<link>http://www.extendstudio.com/blog/2009/07/flash-preloader/comment-page-1/#comment-1421</link>
		<dc:creator>guillaume</dc:creator>
		<pubDate>Thu, 15 Oct 2009 12:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=249#comment-1421</guid>
		<description>Hello Andrei,
thanks for your nice answer. I understand you don&#039;t understand : I&#039;m just so new to AS3 that I don&#039;t know exactly how to use the loader instance. I can&#039;t find the code that&#039;s going to put a loader instance on my page, call the different swf files and then disappear. Maybe you know a nice tutorial for that... I couldn&#039;t find any...
Thanks a lot !
guillaume</description>
		<content:encoded><![CDATA[<p>Hello Andrei,<br />
thanks for your nice answer. I understand you don&#8217;t understand : I&#8217;m just so new to AS3 that I don&#8217;t know exactly how to use the loader instance. I can&#8217;t find the code that&#8217;s going to put a loader instance on my page, call the different swf files and then disappear. Maybe you know a nice tutorial for that&#8230; I couldn&#8217;t find any&#8230;<br />
Thanks a lot !<br />
guillaume</p>
]]></content:encoded>
	</item>
</channel>
</rss>

