<?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: Spinning Preloader &#8211; An All-Time Classic in Pure AS3</title>
	<atom:link href="http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/</link>
	<description>Tutorials and Code Snippets</description>
	<lastBuildDate>Mon, 25 Apr 2011 14:58:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: vatrjngdndajnad</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-634</link>
		<dc:creator>vatrjngdndajnad</dc:creator>
		<pubDate>Sun, 02 Jan 2011 23:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-634</guid>
		<description>I know this is well documented and you are a very nice human beeing sharing it with a big community and you don&#039;t need to do that. 
But I&#039;m a helpless little piece of crap in AS3 and I need to know how to implement the loader class: After hours of trying it would be better for me if you were less well-intentioned.</description>
		<content:encoded><![CDATA[<p>I know this is well documented and you are a very nice human beeing sharing it with a big community and you don&#8217;t need to do that.<br />
But I&#8217;m a helpless little piece of crap in AS3 and I need to know how to implement the loader class: After hours of trying it would be better for me if you were less well-intentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Berdecia</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-503</link>
		<dc:creator>Thomas Berdecia</dc:creator>
		<pubDate>Sat, 23 Oct 2010 08:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-503</guid>
		<description>Long time viewer / first time poster. Really enjoy reading the blog, keep up the excellent work. Will definitely start posting more in the future.</description>
		<content:encoded><![CDATA[<p>Long time viewer / first time poster. Really enjoy reading the blog, keep up the excellent work. Will definitely start posting more in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsj</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-376</link>
		<dc:creator>vsj</dc:creator>
		<pubDate>Tue, 18 May 2010 07:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-376</guid>
		<description>Thanks for the awsome post, i like the way u describe the session.
i was looking for one for some time.</description>
		<content:encoded><![CDATA[<p>Thanks for the awsome post, i like the way u describe the session.<br />
i was looking for one for some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natasha</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-245</link>
		<dc:creator>Natasha</dc:creator>
		<pubDate>Mon, 04 May 2009 19:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-245</guid>
		<description>Very nice. 

Your code is flawed, but it would be very easy to fix it. Your event listener is never removed. Therefore, your timer will never be garbage collected and neither will your preloader. 

A memory leak!</description>
		<content:encoded><![CDATA[<p>Very nice. </p>
<p>Your code is flawed, but it would be very easy to fix it. Your event listener is never removed. Therefore, your timer will never be garbage collected and neither will your preloader. </p>
<p>A memory leak!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dutch</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-232</link>
		<dc:creator>dutch</dc:creator>
		<pubDate>Fri, 27 Mar 2009 02:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-232</guid>
		<description>Can anyone help me pls?
I am doing some papervision animation....i created my main class and evything works perfectly....now i want a preloader,but i do not know how to implement preloaders on .as files,better said how to make it wait until whole animation is loaded and then to start it...i am using flash cs3,and i hav created .fla file which uses only one .as file as docment class....
If anyone understood what i mean...pls...this is killing me</description>
		<content:encoded><![CDATA[<p>Can anyone help me pls?<br />
I am doing some papervision animation&#8230;.i created my main class and evything works perfectly&#8230;.now i want a preloader,but i do not know how to implement preloaders on .as files,better said how to make it wait until whole animation is loaded and then to start it&#8230;i am using flash cs3,and i hav created .fla file which uses only one .as file as docment class&#8230;.<br />
If anyone understood what i mean&#8230;pls&#8230;this is killing me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sicminded</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-230</link>
		<dc:creator>sicminded</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-230</guid>
		<description>@Rob

Use tweenlite, that&#039;ll fix the problem.</description>
		<content:encoded><![CDATA[<p>@Rob</p>
<p>Use tweenlite, that&#8217;ll fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-214</link>
		<dc:creator>Diana</dc:creator>
		<pubDate>Fri, 06 Feb 2009 13:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-214</guid>
		<description>This is awesome !!! Good work</description>
		<content:encoded><![CDATA[<p>This is awesome !!! Good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sideDoor</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-203</link>
		<dc:creator>sideDoor</dc:creator>
		<pubDate>Sun, 25 Jan 2009 10:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-203</guid>
		<description>Man, thanks so much for this!  Awesome and lite!

sd</description>
		<content:encoded><![CDATA[<p>Man, thanks so much for this!  Awesome and lite!</p>
<p>sd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prunnybrula</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-190</link>
		<dc:creator>Prunnybrula</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-190</guid>
		<description>Hi all!

My name is Steven and Im new around here &lt;a href=&quot;http://www.acairainforest.com&quot; rel=&quot;nofollow&quot;&gt;:)&lt;/a&gt;. So far this is an excellent place for information and I&#039;ve spent quite a bit of time reading and browsing around. Look forward to hearing from you!</description>
		<content:encoded><![CDATA[<p>Hi all!</p>
<p>My name is Steven and Im new around here <a href="http://www.acairainforest.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.acairainforest.com?referer=');"> <img src='http://blog.log2e.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a>. So far this is an excellent place for information and I&#8217;ve spent quite a bit of time reading and browsing around. Look forward to hearing from you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.log2e.com/2008/05/10/spinning-preloader-in-pure-as3/comment-page-1/#comment-180</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 28 Dec 2008 21:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.log2e.com/?p=14#comment-180</guid>
		<description>Ok I&#039;ve managed to get it (partly) working. Changed the object to a circle and replaced the tweenlite functions with AS3 Tweens.

A problem appeared though, when I added a TweenEvent.MOTION_FINISH for the onFadeOutComplete function. After a while the animation seems to freeze or stop working, the objects stop fading out. 

It looks likes this is a garbage collector problem, but using an array for the tweens that i reset when it reaches the _count variable, and removing the tween event listeners don&#039;t fix this problem. Anyone got an idea how to fix this ?</description>
		<content:encoded><![CDATA[<p>Ok I&#8217;ve managed to get it (partly) working. Changed the object to a circle and replaced the tweenlite functions with AS3 Tweens.</p>
<p>A problem appeared though, when I added a TweenEvent.MOTION_FINISH for the onFadeOutComplete function. After a while the animation seems to freeze or stop working, the objects stop fading out. </p>
<p>It looks likes this is a garbage collector problem, but using an array for the tweens that i reset when it reaches the _count variable, and removing the tween event listeners don&#8217;t fix this problem. Anyone got an idea how to fix this ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

