<?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: Nice transformation tool. Grab it now&#8230;</title>
	<atom:link href="http://pranjan.com/?feed=rss2&#038;p=49" rel="self" type="application/rss+xml" />
	<link>http://pranjan.com/?p=49</link>
	<description>About flash</description>
	<lastBuildDate>Wed, 17 Feb 2010 10:49:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jloa</title>
		<link>http://pranjan.com/?p=49&#038;cpage=1#comment-1737</link>
		<dc:creator>Jloa</dc:creator>
		<pubDate>Sun, 15 Nov 2009 13:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://pravinranjan.com/blog/?p=49#comment-1737</guid>
		<description>Really nice transform mananger. And it really worths the price.</description>
		<content:encoded><![CDATA[<p>Really nice transform mananger. And it really worths the price.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky</title>
		<link>http://pranjan.com/?p=49&#038;cpage=1#comment-39</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Fri, 03 Apr 2009 08:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://pravinranjan.com/blog/?p=49#comment-39</guid>
		<description>Thanks a lot!! it is really helpful!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!! it is really helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flas3</title>
		<link>http://pranjan.com/?p=49&#038;cpage=1#comment-38</link>
		<dc:creator>flas3</dc:creator>
		<pubDate>Thu, 02 Apr 2009 13:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://pravinranjan.com/blog/?p=49#comment-38</guid>
		<description>Hi Ricky,
A ByteArray instance is deleted just like a normal String variable.

like ...
var ba:ByteArray = new ByteArray();
....
Now if you need to delete....
Just set it to null.

ba = null;

and internal garbage collector will do rest of the things.

If you need to clean memory instantly, call gc twice (why? I don&#039;t know :D) like....
System.gc();
System.gc();

Hope this could fix your problem. Have a nice day.</description>
		<content:encoded><![CDATA[<p>Hi Ricky,<br />
A ByteArray instance is deleted just like a normal String variable.</p>
<p>like &#8230;<br />
var ba:ByteArray = new ByteArray();<br />
&#8230;.<br />
Now if you need to delete&#8230;.<br />
Just set it to null.</p>
<p>ba = null;</p>
<p>and internal garbage collector will do rest of the things.</p>
<p>If you need to clean memory instantly, call gc twice (why? I don&#8217;t know <img src='http://pranjan.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) like&#8230;.<br />
System.gc();<br />
System.gc();</p>
<p>Hope this could fix your problem. Have a nice day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky</title>
		<link>http://pranjan.com/?p=49&#038;cpage=1#comment-37</link>
		<dc:creator>Ricky</dc:creator>
		<pubDate>Thu, 02 Apr 2009 01:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://pravinranjan.com/blog/?p=49#comment-37</guid>
		<description>From FORUMS : ActionScript 3,
Hi DELXYZ, i want to know how can u delete the copy of bytes? Or i want to clear the memory occupied by a bytearray, how can i do it? Thanks</description>
		<content:encoded><![CDATA[<p>From FORUMS : ActionScript 3,<br />
Hi DELXYZ, i want to know how can u delete the copy of bytes? Or i want to clear the memory occupied by a bytearray, how can i do it? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DELL</title>
		<link>http://pranjan.com/?p=49&#038;cpage=1#comment-36</link>
		<dc:creator>DELL</dc:creator>
		<pubDate>Mon, 23 Mar 2009 13:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://pravinranjan.com/blog/?p=49#comment-36</guid>
		<description>Looks great! Thanks buddy to inform.</description>
		<content:encoded><![CDATA[<p>Looks great! Thanks buddy to inform.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
