<?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: Using the event framework outside Components</title>
	<atom:link href="http://www.munky.net/software/flash-actionscript/using-the-event-framework-outside-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.munky.net/software/flash-actionscript/using-the-event-framework-outside-components/</link>
	<description>design and open source</description>
	<lastBuildDate>Fri, 21 May 2010 18:49:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tom G</title>
		<link>http://www.munky.net/software/flash-actionscript/using-the-event-framework-outside-components/comment-page-1/#comment-7424</link>
		<dc:creator>Tom G</dc:creator>
		<pubDate>Wed, 05 Mar 2008 18:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.munky.net/?p=3#comment-7424</guid>
		<description>Hi, I came across your blog and thought I&#039;d mention that I had this recently, and found a couple things:

1. I couldn&#039;t use addEventListener on my custom Class until I declared a [Bindable] variable (any variable it seems) inside.

2. For some reason, my custom event was getting confused with other events. To settle this, I had to use dispatchEvent(com.events.myEvent()) (using the fully qualified path).

I did try out your methods, but they didn&#039;t seem to work in my case. 

Anyhow, I thought I&#039;d leave an FYI in case others have the same issue.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I came across your blog and thought I&#8217;d mention that I had this recently, and found a couple things:</p>
<p>1. I couldn&#8217;t use addEventListener on my custom Class until I declared a [Bindable] variable (any variable it seems) inside.</p>
<p>2. For some reason, my custom event was getting confused with other events. To settle this, I had to use dispatchEvent(com.events.myEvent()) (using the fully qualified path).</p>
<p>I did try out your methods, but they didn&#8217;t seem to work in my case. </p>
<p>Anyhow, I thought I&#8217;d leave an FYI in case others have the same issue.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
