<?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"
	>
<channel>
	<title>Comments on: Very First Flex Preloader Customization</title>
	<atom:link href="http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/</link>
	<description>flex developers web corner</description>
	<pubDate>Sat, 11 Oct 2008 12:39:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Flug Bangkok</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-634</link>
		<dc:creator>Flug Bangkok</dc:creator>
		<pubDate>Wed, 20 Aug 2008 12:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-634</guid>
		<description>Kinda arrogant claiming you explained it better, isn´t it? :) But you are right! Thanks for the tut, it really works nice and just the idea is great. Well done!</description>
		<content:encoded><![CDATA[<p>Kinda arrogant claiming you explained it better, isn´t it? <img src='http://www.flexer.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> But you are right! Thanks for the tut, it really works nice and just the idea is great. Well done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-578</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Tue, 05 Aug 2008 16:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-578</guid>
		<description>Umm, this tutorial isn't all from Jesse's blog. It has some ideas from it (like the flash part) but mostly is done by myself and because of that I explained it better. Anyway, the backlink you requested is in your comment.</description>
		<content:encoded><![CDATA[<p>Umm, this tutorial isn&#8217;t all from Jesse&#8217;s blog. It has some ideas from it (like the flash part) but mostly is done by myself and because of that I explained it better. Anyway, the backlink you requested is in your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umm</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-577</link>
		<dc:creator>umm</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-577</guid>
		<description>This tutorial is actually vom Jesse Warden's blog!
You might consider adding a backlink to:
http://jessewarden.com/2007/07/making-a-cooler-preloader-in-flex-part-1-of-3.html</description>
		<content:encoded><![CDATA[<p>This tutorial is actually vom Jesse Warden&#8217;s blog!<br />
You might consider adding a backlink to:<br />
<a href="http://jessewarden.com/2007/07/making-a-cooler-preloader-in-flex-part-1-of-3.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/jessewarden.com');" rel="nofollow">http://jessewarden.com/2007/07/making-a-cooler-preloader-in-flex-part-1-of-3.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-193</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Sun, 04 May 2008 23:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-193</guid>
		<description>Thank for your comment Sergio and for pointing out that I specified Flash 8 instead of Flash CS3. I changed the article. Regarding your approach... I don't think that will work for the first load for a big application because... to have loaded into the memory (and interpreted) the &lt;b&gt;DownloadProgressBar&lt;/b&gt; class some big parts of the framework must be loaded and until then the normal flex preloader is loaded. With the approach explained in the article first is loaded the swf specified as preloader and then the framework so the flex preloader will be replaced.</description>
		<content:encoded><![CDATA[<p>Thank for your comment Sergio and for pointing out that I specified Flash 8 instead of Flash CS3. I changed the article. Regarding your approach&#8230; I don&#8217;t think that will work for the first load for a big application because&#8230; to have loaded into the memory (and interpreted) the <b>DownloadProgressBar</b> class some big parts of the framework must be loaded and until then the normal flex preloader is loaded. With the approach explained in the article first is loaded the swf specified as preloader and then the framework so the flex preloader will be replaced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio Pereira</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-189</link>
		<dc:creator>Sergio Pereira</dc:creator>
		<pubDate>Sat, 03 May 2008 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-189</guid>
		<description>Thank you, i read at the beginning of your post: "(Flash 8 &#038; Actionscript 2.0)" and was trying with flash 8, but now with CS3 all works fine, and i can understand what you do here. Its nice to make a custom preloader to flex.
Too you can change the defaults of flex preloader with action script like this:
&lt;code&gt;
package preloader
{
&#160;&#160;&#160;&#160;import mx.preloaders.DownloadProgressBar;
&#160;&#160;&#160;&#160;public class Loading extends mx.preloaders.DownloadProgressBar
&#160;&#160;&#160;&#160;{ 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;public function Loading()
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;super();
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;downloadingLabel = "Please Wait..."
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;initializingLabel = "Initializing...";
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
&#160;&#160;&#160;&#160;}
} &lt;/code&gt;

sorry the english, im brazilian, tanks again and good lucky!</description>
		<content:encoded><![CDATA[<p>Thank you, i read at the beginning of your post: &#8220;(Flash 8 &#038; Actionscript 2.0)&#8221; and was trying with flash 8, but now with CS3 all works fine, and i can understand what you do here. Its nice to make a custom preloader to flex.<br />
Too you can change the defaults of flex preloader with action script like this:<br />
<code><br />
package preloader<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;import mx.preloaders.DownloadProgressBar;<br />
&nbsp;&nbsp;&nbsp;&nbsp;public class Loading extends mx.preloaders.DownloadProgressBar<br />
&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public function Loading()<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;super();<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;downloadingLabel = "Please Wait..."<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;initializingLabel = "Initializing...";<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;}<br />
} </code></p>
<p>sorry the english, im brazilian, tanks again and good lucky!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ionescu</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-187</link>
		<dc:creator>Andrei Ionescu</dc:creator>
		<pubDate>Fri, 02 May 2008 23:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-187</guid>
		<description>Sergio, sorry to hear that you couldn't use the files. I tested them and I managed to open them. All seems to be OK. I want to specify that the source files are Flash CS3 so you cannot open them with older version (or you can but the result may be unexpected). I hope you'll be able to use them.</description>
		<content:encoded><![CDATA[<p>Sergio, sorry to hear that you couldn&#8217;t use the files. I tested them and I managed to open them. All seems to be OK. I want to specify that the source files are Flash CS3 so you cannot open them with older version (or you can but the result may be unexpected). I hope you&#8217;ll be able to use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio Pereira</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-186</link>
		<dc:creator>Sergio Pereira</dc:creator>
		<pubDate>Fri, 02 May 2008 20:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-186</guid>
		<description>the fla´s samples files are corrupted, can you upload again

Thanks</description>
		<content:encoded><![CDATA[<p>the fla´s samples files are corrupted, can you upload again</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril Gambis</title>
		<link>http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-93</link>
		<dc:creator>Cyril Gambis</dc:creator>
		<pubDate>Mon, 31 Mar 2008 14:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2008/02/07/very-first-flex-preloader-customization/#comment-93</guid>
		<description>Interesting...

Thanks for posting!

Cyril</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;</p>
<p>Thanks for posting!</p>
<p>Cyril</p>
]]></content:encoded>
	</item>
</channel>
</rss>
