<?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: AS3 old school effects</title>
	<atom:link href="http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/</link>
	<description>since 2004!</description>
	<pubDate>Wed, 07 Jan 2009 00:54:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nate Chatellier</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/comment-page-1/#comment-1288</link>
		<dc:creator>Nate Chatellier</dc:creator>
		<pubDate>Mon, 16 Oct 2006 17:27:44 +0000</pubDate>
		<guid isPermaLink="false">/?p=32#comment-1288</guid>
		<description>I downloaded the source and tried to compile it using Fla9 AS3 Preview, but it wouldn't compile. It looks like you're trying to make a call to this.addChild(holder) before holder has been assigned a Bitmap value (ie it's still null). I'm assuming that you intended to have holder = new Bitmap(mybmp); just before the .addChild call. Once this line was added, everything compiled and ran perfectly.</description>
		<content:encoded><![CDATA[<p>I downloaded the source and tried to compile it using Fla9 AS3 Preview, but it wouldn&#8217;t compile. It looks like you&#8217;re trying to make a call to this.addChild(holder) before holder has been assigned a Bitmap value (ie it&#8217;s still null). I&#8217;m assuming that you intended to have holder = new Bitmap(mybmp); just before the .addChild call. Once this line was added, everything compiled and ran perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/comment-page-1/#comment-1287</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Mon, 16 Oct 2006 14:57:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=32#comment-1287</guid>
		<description>These movies were compiled a while ago with the beta and were never updated. So they wont show in the new player (sorry). I should recompile and reupload them :)</description>
		<content:encoded><![CDATA[<p>These movies were compiled a while ago with the beta and were never updated. So they wont show in the new player (sorry). I should recompile and reupload them <img src='http://www.razorberry.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Chatellier</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/comment-page-1/#comment-1285</link>
		<dc:creator>Nate Chatellier</dc:creator>
		<pubDate>Sun, 15 Oct 2006 19:39:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=32#comment-1285</guid>
		<description>I have flash player 9.0.18.60 installed and I tried to see your swf in both IE and Firefox, both of which just showed me a black window. Does it not work in this player?</description>
		<content:encoded><![CDATA[<p>I have flash player 9.0.18.60 installed and I tried to see your swf in both IE and Firefox, both of which just showed me a black window. Does it not work in this player?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/comment-page-1/#comment-1163</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Mon, 10 Jul 2006 19:13:10 +0000</pubDate>
		<guid isPermaLink="false">/?p=32#comment-1163</guid>
		<description>Well, i can´t see the archive in browser (it didn´t work). I will donwload and try later. Nice blog.</description>
		<content:encoded><![CDATA[<p>Well, i can´t see the archive in browser (it didn´t work). I will donwload and try later. Nice blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/comment-page-1/#comment-663</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Tue, 04 Apr 2006 21:10:58 +0000</pubDate>
		<guid isPermaLink="false">/?p=32#comment-663</guid>
		<description>Hi Carlos,

It looks like you're right, but I think its just because the temporary bitmaps being produced when I apply the filters aren't being garbage collected right away.

I sat and watched it for a while in firefox, and the memory usage fluctuated between 75M and 78M.  I'll leave it running for a while and see if it goes up any more.</description>
		<content:encoded><![CDATA[<p>Hi Carlos,</p>
<p>It looks like you&#8217;re right, but I think its just because the temporary bitmaps being produced when I apply the filters aren&#8217;t being garbage collected right away.</p>
<p>I sat and watched it for a while in firefox, and the memory usage fluctuated between 75M and 78M.  I&#8217;ll leave it running for a while and see if it goes up any more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Rovira</title>
		<link>http://www.razorberry.com/blog/archives/2006/03/30/as3-old-school-effects/comment-page-1/#comment-662</link>
		<dc:creator>Carlos Rovira</dc:creator>
		<pubDate>Tue, 04 Apr 2006 21:01:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=32#comment-662</guid>
		<description>Hi,

Cool Effect, but now that since flash 8 we have more things on play I'm finding that we need to put an eye on memory consuption since Bitmapdata objects use to eat a lot of resources. I was watching your wonderful demo and seeing that my firefox is progresively eating resources.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Cool Effect, but now that since flash 8 we have more things on play I&#8217;m finding that we need to put an eye on memory consuption since Bitmapdata objects use to eat a lot of resources. I was watching your wonderful demo and seeing that my firefox is progresively eating resources.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
