<?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: FlexSDK 3.3 How To Make a Flash PreLoader in AS3</title>
	<atom:link href="http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/</link>
	<description>Game Design and Programming</description>
	<lastBuildDate>Tue, 07 Sep 2010 02:00:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: April Jehle</title>
		<link>http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/comment-page-1/#comment-313</link>
		<dc:creator>April Jehle</dc:creator>
		<pubDate>Wed, 07 Apr 2010 12:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/#comment-313</guid>
		<description>Before you create a new component object in flash Actionscript, consider its attributes and whether the component you are intending to design is actually more than one individual component. Define each of the subcomponents, and their properties, in a separate class file so that the application is broken down properly into individual objects.</description>
		<content:encoded><![CDATA[<p>Before you create a new component object in flash Actionscript, consider its attributes and whether the component you are intending to design is actually more than one individual component. Define each of the subcomponents, and their properties, in a separate class file so that the application is broken down properly into individual objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan Shanholtzer</title>
		<link>http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/comment-page-1/#comment-202</link>
		<dc:creator>Yan Shanholtzer</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/#comment-202</guid>
		<description>Awesome post. I&#039;m quite sure I&#039;ll come back here in a week or so.</description>
		<content:encoded><![CDATA[<p>Awesome post. I&#8217;m quite sure I&#8217;ll come back here in a week or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Moore</title>
		<link>http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/comment-page-1/#comment-116</link>
		<dc:creator>Andy Moore</dc:creator>
		<pubDate>Tue, 17 Nov 2009 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/#comment-116</guid>
		<description>I moved all my embed tags to the preloader and it works fine from there. Any variables you define from embeds and want to use in your main application will have to be passed to your Main app as a variable, as I did in Step4.&lt;br /&gt;&lt;br /&gt;And yes, a progress bar is easy! I setup a preloader animation that had 100 frames (just a progress bar filling up) and told it what position to go to with the following code:&lt;br /&gt;&lt;br /&gt;var getPercent = Math.round(loaderInfo.bytesLoaded / loaderInfo.bytesTotal*100);&lt;br /&gt;&lt;br /&gt;if (art) art.gotoAndStop(getPercent);</description>
		<content:encoded><![CDATA[<p>I moved all my embed tags to the preloader and it works fine from there. Any variables you define from embeds and want to use in your main application will have to be passed to your Main app as a variable, as I did in Step4.</p>
<p>And yes, a progress bar is easy! I setup a preloader animation that had 100 frames (just a progress bar filling up) and told it what position to go to with the following code:</p>
<p>var getPercent = Math.round(loaderInfo.bytesLoaded / loaderInfo.bytesTotal*100);</p>
<p>if (art) art.gotoAndStop(getPercent);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ek</title>
		<link>http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/comment-page-1/#comment-115</link>
		<dc:creator>ek</dc:creator>
		<pubDate>Tue, 17 Nov 2009 16:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymoore.ca/2009/08/flexsdk-3-3-how-to-make-a-flash-preloader-in-as3/#comment-115</guid>
		<description>How does this work when the doc class has embed, etc?  And is there an option to get progress percent?</description>
		<content:encoded><![CDATA[<p>How does this work when the doc class has embed, etc?  And is there an option to get progress percent?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
