Topic: Flash, PureMVC developers and the EventDispatcher.dispatchEvent

Hi,
I am doing some flash development for the chumby, and have been experimenting by using PureMVC.  Some of the example code uses the mx.events.EventDispatcher to dispatch events using the dispatchEvent() method.  I believe this package is a part of AS3.  But it seems AS2 does not have those classes available.  Please correct me if I am incorrect?  Anyhow, in AS2 I am having a hard time trying to locate example of how to dispatch and event that can be captured using a addEventListener() method.

Any help is much appreciated.

P.S. By the way I really like PureMVC, anybody else out there who is using PureMVC to develop for Chumby perhaps would be able to answer the above question.  I have a MovieClip that is a PureMVC component, and wants to dispatch an event the the Mediator.

Re: Flash, PureMVC developers and the EventDispatcher.dispatchEvent

You just need to import the right classes (import mx.events.EventDispatcher )

check this out:
http://www.adobe.com/devnet/flash/artic … vents.html