<?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 custom event litener final</title>
	<atom:link href="http://www.emstris.com/2009/02/custom-event-listener-final/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emstris.com/2009/02/custom-event-listener-final/</link>
	<description>Let AS3 Rock Your World</description>
	<lastBuildDate>Wed, 06 Jul 2011 16:16:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hadi Tavakoli</title>
		<link>http://www.emstris.com/2009/02/custom-event-listener-final/comment-page-1/#comment-158</link>
		<dc:creator>Hadi Tavakoli</dc:creator>
		<pubDate>Sat, 20 Feb 2010 15:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=119#comment-158</guid>
		<description>better practice on custom event classes, read my new post here: http://www.myflashlab.com/2010/02/21/custom-event-listener/</description>
		<content:encoded><![CDATA[<p>better practice on custom event classes, read my new post here: <a href="http://www.myflashlab.com/2010/02/21/custom-event-listener/" rel="nofollow">http://www.myflashlab.com/2010/02/21/custom-event-listener/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDMulti</title>
		<link>http://www.emstris.com/2009/02/custom-event-listener-final/comment-page-1/#comment-157</link>
		<dc:creator>JDMulti</dc:creator>
		<pubDate>Thu, 18 Feb 2010 08:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=119#comment-157</guid>
		<description>Really usefull article, however there is an error in your code.

The 2nd part you type:

cls.name = &quot;foo&quot;;
// &quot;name has been changed to foo&quot;

cls.name = &quot;bob&quot;;
// &quot;name has been changed to bob&quot;

instead cls.name you need to call 

cls.setName(&quot;foo&quot;)
cls.setName(&quot;bob&quot;)

Just to correct for the next person trying and figuring out why it doesn&#039;t work. ;)</description>
		<content:encoded><![CDATA[<p>Really usefull article, however there is an error in your code.</p>
<p>The 2nd part you type:</p>
<p>cls.name = &#8220;foo&#8221;;<br />
// &#8220;name has been changed to foo&#8221;</p>
<p>cls.name = &#8220;bob&#8221;;<br />
// &#8220;name has been changed to bob&#8221;</p>
<p>instead cls.name you need to call </p>
<p>cls.setName(&#8220;foo&#8221;)<br />
cls.setName(&#8220;bob&#8221;)</p>
<p>Just to correct for the next person trying and figuring out why it doesn&#8217;t work. <img src='http://www.emstris.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wow power leveling</title>
		<link>http://www.emstris.com/2009/02/custom-event-listener-final/comment-page-1/#comment-140</link>
		<dc:creator>wow power leveling</dc:creator>
		<pubDate>Mon, 23 Nov 2009 03:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=119#comment-140</guid>
		<description>Great article.  Thanks for the great resource.</description>
		<content:encoded><![CDATA[<p>Great article.  Thanks for the great resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wow power leveling</title>
		<link>http://www.emstris.com/2009/02/custom-event-listener-final/comment-page-1/#comment-53</link>
		<dc:creator>wow power leveling</dc:creator>
		<pubDate>Fri, 24 Apr 2009 02:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.emstris.com/?p=119#comment-53</guid>
		<description>This is great! It really shows me where to expand my blog. I think that sometime in the future I might try to write a book to go along with my blog, but we will see…Good post with useful tips and ideas</description>
		<content:encoded><![CDATA[<p>This is great! It really shows me where to expand my blog. I think that sometime in the future I might try to write a book to go along with my blog, but we will see…Good post with useful tips and ideas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

