<?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 preload AS3 clips</title>
	<atom:link href="http://www.negush.net/blog/how-to-preload-as3-clips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.negush.net/blog/how-to-preload-as3-clips/</link>
	<description>Flash, ActionScript and stuff...</description>
	<lastBuildDate>Sun, 25 Dec 2011 23:08:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Zaharia Paul</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-12121</link>
		<dc:creator>Zaharia Paul</dc:creator>
		<pubDate>Wed, 13 Jan 2010 12:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-12121</guid>
		<description>Thank you a LOT, i have been searching for a easy-to-use internal preloader for some time...your examples are awesome, and really work :)

Cheers</description>
		<content:encoded><![CDATA[<p>Thank you a LOT, i have been searching for a easy-to-use internal preloader for some time&#8230;your examples are awesome, and really work :)</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy Lee</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-6645</link>
		<dc:creator>Amy Lee</dc:creator>
		<pubDate>Sun, 16 Aug 2009 00:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-6645</guid>
		<description>Thank you so much for this post! It really helped me.... I had a 35MB flash piece to load and this really saved the day. Thx!

Ms.Lee</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post! It really helped me&#8230;. I had a 35MB flash piece to load and this really saved the day. Thx!</p>
<p>Ms.Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by amyleew</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-6643</link>
		<dc:creator>Twitted by amyleew</dc:creator>
		<pubDate>Sat, 15 Aug 2009 23:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-6643</guid>
		<description>[...] This post was Twitted by amyleew [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by amyleew [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-1142</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-1142</guid>
		<description>@Joël

Yes, you could use such an animation on the first frame and while the rest of the content is loading, then go to the second frame. But this solution is good only if you do not have embedded fonts because they would load at the beginning and your preloader wouldn&#039;t be visible until those fonts load. The best solution would be with a separate loader clip into which you would place that preloader. But as I mentioned, the first solution might work too, if you don&#039;t have embedded fonts (just remember to deactivate the &quot;Export in first frame&quot; option from the Linkage dialog box of your components and set the Export classes to frame 2 in the publish settings).</description>
		<content:encoded><![CDATA[<p>@Joël</p>
<p>Yes, you could use such an animation on the first frame and while the rest of the content is loading, then go to the second frame. But this solution is good only if you do not have embedded fonts because they would load at the beginning and your preloader wouldn&#8217;t be visible until those fonts load. The best solution would be with a separate loader clip into which you would place that preloader. But as I mentioned, the first solution might work too, if you don&#8217;t have embedded fonts (just remember to deactivate the &#8220;Export in first frame&#8221; option from the Linkage dialog box of your components and set the Export classes to frame 2 in the publish settings).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joël</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-1138</link>
		<dc:creator>Joël</dc:creator>
		<pubDate>Mon, 12 Jan 2009 09:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-1138</guid>
		<description>I have a question for you : I&#039;m doing a project with a teammate and I&#039;m in charge of the programmation in AS3 and all the project is in ONE .swf. The thing I&#039;d like to know is this : Could I introduce in THE .swf file a preloader, put it in the first frame, load everything and once all load go to frame 2?

I&#039;ve tried it, but there&#039;s a problem... I can do a preloader made in AS but it&#039;s such a stupid progress bar with Loading : XX% and the bar progress with scaleX... well... My teammate did such a nice clip with an animation in it for the preload, and I&#039;d like to know... if there&#039;s a way to make it play while everything is downloading, so the preload would be a clip, once the preloader on the frame 1 he would do it&#039;s little animation and once the project fully loaded, go to frame 2 OR am I comdamned to put the animation in a second .swf file and make him load the project?

Thanks for this, if possible, send the answer here : joeli@videotron.ca</description>
		<content:encoded><![CDATA[<p>I have a question for you : I&#8217;m doing a project with a teammate and I&#8217;m in charge of the programmation in AS3 and all the project is in ONE .swf. The thing I&#8217;d like to know is this : Could I introduce in THE .swf file a preloader, put it in the first frame, load everything and once all load go to frame 2?</p>
<p>I&#8217;ve tried it, but there&#8217;s a problem&#8230; I can do a preloader made in AS but it&#8217;s such a stupid progress bar with Loading : XX% and the bar progress with scaleX&#8230; well&#8230; My teammate did such a nice clip with an animation in it for the preload, and I&#8217;d like to know&#8230; if there&#8217;s a way to make it play while everything is downloading, so the preload would be a clip, once the preloader on the frame 1 he would do it&#8217;s little animation and once the project fully loaded, go to frame 2 OR am I comdamned to put the animation in a second .swf file and make him load the project?</p>
<p>Thanks for this, if possible, send the answer here : <a href="mailto:joeli@videotron.ca">joeli@videotron.ca</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-1118</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Jan 2009 13:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-1118</guid>
		<description>@Laurant

It&#039;s good to know I managed to help you out through the article. Indeed there&#039;s the problem of FlashEff needing a little time to initialize, so it is recommended to leave some frames before using it (this info is found in the FlashEff&#039;s forum too: http://www.flasheff.com/forum/).</description>
		<content:encoded><![CDATA[<p>@Laurant</p>
<p>It&#8217;s good to know I managed to help you out through the article. Indeed there&#8217;s the problem of FlashEff needing a little time to initialize, so it is recommended to leave some frames before using it (this info is found in the FlashEff&#8217;s forum too: <a href="http://www.flasheff.com/forum/" rel="nofollow">http://www.flasheff.com/forum/</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent van Tright</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-1116</link>
		<dc:creator>Laurent van Tright</dc:creator>
		<pubDate>Mon, 05 Jan 2009 14:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-1116</guid>
		<description>Ok.  I think the problem I mentioned above was due to not letting flasheff enough time to load.  I shifted everything 1 frame further, and the logo appearance at the beginning is now gone.  This does cause a small delay between the disappearance of the loading bar and the actual loading of the animation.  But that is not too big of an issue.
Thanks again for all your help!</description>
		<content:encoded><![CDATA[<p>Ok.  I think the problem I mentioned above was due to not letting flasheff enough time to load.  I shifted everything 1 frame further, and the logo appearance at the beginning is now gone.  This does cause a small delay between the disappearance of the loading bar and the actual loading of the animation.  But that is not too big of an issue.<br />
Thanks again for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent van Tright</title>
		<link>http://www.negush.net/blog/how-to-preload-as3-clips/comment-page-1/#comment-1115</link>
		<dc:creator>Laurent van Tright</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=18#comment-1115</guid>
		<description>Hello,

First of all.... thanks a million!  I have spent pretty much a day on adding a preloading bar to my site. 
My site has an swf file in it that takes time to load.  The swf file was originally an fla file I made in CS3 and contained A LOT of flasheff components.  Adding a loading bar to this appeared more challenging than I thought!  Most tutorials out there seemed to deal with AS2 which I could not use due to flasheff components.

I read your previous instructions, and indeed was hitting the problem of having the swf appear after only 50% of the bar was loaded.  The loading bar would stay on the screen until it&#039;s full 100%. 

I added your trick above described in the last paragraph; going back to the fla file, shifting everything to frame 2,
reconverting it to a new swf file, and add the gotoAndStop(2) in the AS. 

The only problem I see now is that as soon as the swf movie starts to play, it seems to freeze for a fraction of a second and you can see &quot;flasheff&quot; signs instead of the buttons.  This only takes a fraction of a second, then everything looks normal.  It is a little annoying though.  I feel I am close to having it perfect now....  any tips?
In any case, thank you!  I can finally go to bed now....</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>First of all&#8230;. thanks a million!  I have spent pretty much a day on adding a preloading bar to my site.<br />
My site has an swf file in it that takes time to load.  The swf file was originally an fla file I made in CS3 and contained A LOT of flasheff components.  Adding a loading bar to this appeared more challenging than I thought!  Most tutorials out there seemed to deal with AS2 which I could not use due to flasheff components.</p>
<p>I read your previous instructions, and indeed was hitting the problem of having the swf appear after only 50% of the bar was loaded.  The loading bar would stay on the screen until it&#8217;s full 100%. </p>
<p>I added your trick above described in the last paragraph; going back to the fla file, shifting everything to frame 2,<br />
reconverting it to a new swf file, and add the gotoAndStop(2) in the AS. </p>
<p>The only problem I see now is that as soon as the swf movie starts to play, it seems to freeze for a fraction of a second and you can see &#8220;flasheff&#8221; signs instead of the buttons.  This only takes a fraction of a second, then everything looks normal.  It is a little annoying though.  I feel I am close to having it perfect now&#8230;.  any tips?<br />
In any case, thank you!  I can finally go to bed now&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

