<?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 CS3 Tutorial &#8211; ActionScript 3 Preloader</title>
	<atom:link href="http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/</link>
	<description>Flash and ActionScript Tutorials by Craig Campbell</description>
	<lastBuildDate>Fri, 19 Apr 2013 06:51:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Tracy</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-23848</link>
		<dc:creator>Tracy</dc:creator>
		<pubDate>Wed, 06 Jun 2012 00:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-23848</guid>
		<description><![CDATA[I am having the same line 11 and 12 problem,(“Access to undefined property” for lines 11) I have no animation and the box appears immediately.  Please can you help

stop()

this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);
this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);

function onProgress(e:ProgressEvent):void
{
var loaded:Number = e.target.bytesLoaded;
var total:Number = e.target.bytesTotal;
var pct:Number = loaded/total;
loader_mc.scaleX = pct;
loaded_txt.text = “Loading…” + (Math.round(pct * 100))+”%”;
}

function onComplete(e:Event):void
{
	nextFrame();
}]]></description>
		<content:encoded><![CDATA[<p>I am having the same line 11 and 12 problem,(“Access to undefined property” for lines 11) I have no animation and the box appears immediately.  Please can you help</p>
<p>stop()</p>
<p>this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgress);<br />
this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);</p>
<p>function onProgress(e:ProgressEvent):void<br />
{<br />
var loaded:Number = e.target.bytesLoaded;<br />
var total:Number = e.target.bytesTotal;<br />
var pct:Number = loaded/total;<br />
loader_mc.scaleX = pct;<br />
loaded_txt.text = “Loading…” + (Math.round(pct * 100))+”%”;<br />
}</p>
<p>function onComplete(e:Event):void<br />
{<br />
	nextFrame();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LInda</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-838</link>
		<dc:creator>LInda</dc:creator>
		<pubDate>Mon, 07 Jun 2010 04:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-838</guid>
		<description><![CDATA[HI Craig, I&#039;ve done the preloader before my slideshowpro content (about 4MB). In the &quot;test movie&quot; it downloads frame &quot;0&quot; which of course, has nothing in it and the preloader doesn&#039;t appear until about 95% of the swf has downloaded. In the browers, the preloader doesn&#039;t show up until it&#039;s 95% done. Any way to have the preloader show up as soon as the page is clicked on? - at 0%? Been working at this for hours. Thanks in advance, Linda.]]></description>
		<content:encoded><![CDATA[<p>HI Craig, I&#8217;ve done the preloader before my slideshowpro content (about 4MB). In the &#8220;test movie&#8221; it downloads frame &#8220;0&#8243; which of course, has nothing in it and the preloader doesn&#8217;t appear until about 95% of the swf has downloaded. In the browers, the preloader doesn&#8217;t show up until it&#8217;s 95% done. Any way to have the preloader show up as soon as the page is clicked on? &#8211; at 0%? Been working at this for hours. Thanks in advance, Linda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuthman</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-541</link>
		<dc:creator>Nuthman</dc:creator>
		<pubDate>Wed, 03 Mar 2010 11:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-541</guid>
		<description><![CDATA[I have written a preloader that addresses a lot of random problems such as the annoying &#039;stuck at 100%&#039; bug.. Check it out at http://www.as3blog.org/?p=6]]></description>
		<content:encoded><![CDATA[<p>I have written a preloader that addresses a lot of random problems such as the annoying &#8216;stuck at 100%&#8217; bug.. Check it out at <a href="http://www.as3blog.org/?p=6" rel="nofollow">http://www.as3blog.org/?p=6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jafar</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-540</link>
		<dc:creator>Jafar</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-540</guid>
		<description><![CDATA[yo this still worked for me, thanks for posting it]]></description>
		<content:encoded><![CDATA[<p>yo this still worked for me, thanks for posting it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-539</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-539</guid>
		<description><![CDATA[This solution does not work. I appreciate posting of information but I don&#039;t really appreciate posting info that is slightly wrong. ( :]]></description>
		<content:encoded><![CDATA[<p>This solution does not work. I appreciate posting of information but I don&#8217;t really appreciate posting info that is slightly wrong. ( :</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Worx</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-538</link>
		<dc:creator>Web Worx</dc:creator>
		<pubDate>Tue, 06 Oct 2009 21:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-538</guid>
		<description><![CDATA[Hi there, I just came across this AS3 preloader and must say it was easy to implement.

My issue is with Firefox v3.5.3. When I refresh the page after the initial preload the site fails to load and only displays the preloader rectangle.

This only occurs in FF, all other browsers are good. From what I gather it&#039;s a cache issue, does anyone have any more insight on how to overcome this?]]></description>
		<content:encoded><![CDATA[<p>Hi there, I just came across this AS3 preloader and must say it was easy to implement.</p>
<p>My issue is with Firefox v3.5.3. When I refresh the page after the initial preload the site fails to load and only displays the preloader rectangle.</p>
<p>This only occurs in FF, all other browsers are good. From what I gather it&#8217;s a cache issue, does anyone have any more insight on how to overcome this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arie</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-537</link>
		<dc:creator>Arie</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-537</guid>
		<description><![CDATA[I had the same problem that the preloader only started after 95%. I solved it by rightclicking in the library on my biggest movieclip containing most of the images. in the linkage menu I selected export for actionscript but.. and here is the mother.. deselected &#039;Export in First Frame&#039;!

If you think about it, it makes sence.]]></description>
		<content:encoded><![CDATA[<p>I had the same problem that the preloader only started after 95%. I solved it by rightclicking in the library on my biggest movieclip containing most of the images. in the linkage menu I selected export for actionscript but.. and here is the mother.. deselected &#8216;Export in First Frame&#8217;!</p>
<p>If you think about it, it makes sence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-536</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 20 Aug 2009 04:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-536</guid>
		<description><![CDATA[^In addition to my previous comment, I test the preloader, and it flashes from the preloader to the pictures and back. I put in the Actionscript to stop that in the first line, but it still does it. I followed the steps to the letter, so I&#039;m confused as to why this is happening. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>^In addition to my previous comment, I test the preloader, and it flashes from the preloader to the pictures and back. I put in the Actionscript to stop that in the first line, but it still does it. I followed the steps to the letter, so I&#8217;m confused as to why this is happening. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-535</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 19 Aug 2009 08:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-535</guid>
		<description><![CDATA[Hi, I&#039;m practicing with this tutorial, and it&#039;s very clear and easy to understand, unlike other tutorials I&#039;ve tried to use. I&#039;m very, very new to Flash(I just got it a week or two ago, and only know how to make buttons because they&#039;re the easiest thing to do, in my opinion), and I wanted to make a flash movie, and of course you need a preloader, so I decided to make one. I got up to the Actionscript, and got an error saying &quot;Access to undefined property&quot; for lines 11 and 12. I, having no knowledge of Actionscript whatsoever(I must learn it...), am baffled. Any way to fix that?]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m practicing with this tutorial, and it&#8217;s very clear and easy to understand, unlike other tutorials I&#8217;ve tried to use. I&#8217;m very, very new to Flash(I just got it a week or two ago, and only know how to make buttons because they&#8217;re the easiest thing to do, in my opinion), and I wanted to make a flash movie, and of course you need a preloader, so I decided to make one. I got up to the Actionscript, and got an error saying &#8220;Access to undefined property&#8221; for lines 11 and 12. I, having no knowledge of Actionscript whatsoever(I must learn it&#8230;), am baffled. Any way to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeko</title>
		<link>http://www.schoolofflash.com/2008/04/flash-cs3-tutorial-actionscript-3-preloader/comment-page-2/#comment-534</link>
		<dc:creator>Neeko</dc:creator>
		<pubDate>Fri, 29 May 2009 18:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/04/28/flash-cs3-tutorial-actionscript-3-preloader/#comment-534</guid>
		<description><![CDATA[Im having problems with the bar width animation. I need to have that bar in the main stage and the preloader has to be in a movieclip. so i figured if i ..

MovieClip(parent).loadbar.scaleX = pct;

..if would work. but it&#039;s not getting to the bar!
any thoughs?? thanx in advance]]></description>
		<content:encoded><![CDATA[<p>Im having problems with the bar width animation. I need to have that bar in the main stage and the preloader has to be in a movieclip. so i figured if i ..</p>
<p>MovieClip(parent).loadbar.scaleX = pct;</p>
<p>..if would work. but it&#8217;s not getting to the bar!<br />
any thoughs?? thanx in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
