<?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 for Razorberry's Adobe Flash Blog</title>
	<atom:link href="http://www.razorberry.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razorberry.com/blog</link>
	<description>since 2004!</description>
	<pubDate>Wed, 07 Jan 2009 00:20:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on I am not Singularity.. by john blac</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/26/i-am-not-singularity/comment-page-1/#comment-3202</link>
		<dc:creator>john blac</dc:creator>
		<pubDate>Tue, 06 Jan 2009 21:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/26/i-am-not-singularity/#comment-3202</guid>
		<description>Generally Ido not post on blogs, but I would like to say that this post really forced me to do so! really nice post.</description>
		<content:encoded><![CDATA[<p>Generally Ido not post on blogs, but I would like to say that this post really forced me to do so! really nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I am not Singularity.. by dave nava</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/26/i-am-not-singularity/comment-page-1/#comment-3201</link>
		<dc:creator>dave nava</dc:creator>
		<pubDate>Tue, 06 Jan 2009 21:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/26/i-am-not-singularity/#comment-3201</guid>
		<description>I just love your weblog. Very nice post. Actually you can do many thing to imporve it.</description>
		<content:encoded><![CDATA[<p>I just love your weblog. Very nice post. Actually you can do many thing to imporve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Dynamic Speech Bubble Snippet by sid</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3200</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 30 Dec 2008 15:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3200</guid>
		<description>Ash can you share the as2 code...</description>
		<content:encoded><![CDATA[<p>Ash can you share the as2 code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting html entities in AS3 by nthitz</title>
		<link>http://www.razorberry.com/blog/archives/2007/11/02/converting-html-entities-in-as3/comment-page-1/#comment-3199</link>
		<dc:creator>nthitz</dc:creator>
		<pubDate>Mon, 29 Dec 2008 22:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2007/11/02/converting-html-entities-in-as3/#comment-3199</guid>
		<description>Hmm this does exactly what I was looking for, but surely there has to be a better way rather than XML hax?</description>
		<content:encoded><![CDATA[<p>Hmm this does exactly what I was looking for, but surely there has to be a better way rather than XML hax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3: Removing duplicates from an array by chet</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3197</link>
		<dc:creator>chet</dc:creator>
		<pubDate>Sat, 20 Dec 2008 04:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3197</guid>
		<description>Wow, that is inline to the extreme. Nice work but it doesn't always have to be on one line :) (thanks for the function)</description>
		<content:encoded><![CDATA[<p>Wow, that is inline to the extreme. Nice work but it doesn&#8217;t always have to be on one line <img src='http://www.razorberry.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (thanks for the function)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3: Removing duplicates from an array by saulo</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3194</link>
		<dc:creator>saulo</dc:creator>
		<pubDate>Mon, 15 Dec 2008 19:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3194</guid>
		<description>what about
var a:Array = ["1", "1", "3", "3"];
trace(a.filter(function(e, i, a) {
	return a.indexOf(e) == i;
}, this));
?</description>
		<content:encoded><![CDATA[<p>what about<br />
var a:Array = ["1", "1", "3", "3"];<br />
trace(a.filter(function(e, i, a) {<br />
	return a.indexOf(e) == i;<br />
}, this));<br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3: Removing duplicates from an array by vitaLee</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3191</link>
		<dc:creator>vitaLee</dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3191</guid>
		<description>well, it's hell of a long line of code.</description>
		<content:encoded><![CDATA[<p>well, it&#8217;s hell of a long line of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAX thoughts by kathryn</title>
		<link>http://www.razorberry.com/blog/archives/2008/11/28/max-thoughts/comment-page-1/#comment-3190</link>
		<dc:creator>kathryn</dc:creator>
		<pubDate>Sat, 29 Nov 2008 12:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=67#comment-3190</guid>
		<description>sounds awesome.  hopefully i'll make it there next year..</description>
		<content:encoded><![CDATA[<p>sounds awesome.  hopefully i&#8217;ll make it there next year..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Dynamic Speech Bubble Snippet by Stringycustard</title>
		<link>http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/comment-page-1/#comment-3189</link>
		<dc:creator>Stringycustard</dc:creator>
		<pubDate>Wed, 26 Nov 2008 10:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/archives/2008/01/28/as3-dynamic-speech-bubble-snippet/#comment-3189</guid>
		<description>I did something similar, but I tweened all the corners and the tag into new positions (it's "wobbly" in effect). I don't have the source anymore unfortunately, as I moved companies but I can redo it if anybody is interested. It was done in AS3 but I can code either...</description>
		<content:encoded><![CDATA[<p>I did something similar, but I tweened all the corners and the tag into new positions (it&#8217;s &#8220;wobbly&#8221; in effect). I don&#8217;t have the source anymore unfortunately, as I moved companies but I can redo it if anybody is interested. It was done in AS3 but I can code either&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 learning process: Stuff that wasn&#8217;t obvious #1 by nk</title>
		<link>http://www.razorberry.com/blog/archives/2006/10/27/learning-as3-1/comment-page-1/#comment-3188</link>
		<dc:creator>nk</dc:creator>
		<pubDate>Mon, 17 Nov 2008 21:53:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=39#comment-3188</guid>
		<description>geniale : )</description>
		<content:encoded><![CDATA[<p>geniale : )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
