I've tried this... doesn't work since the addEventListener has to listen to 
X.mxml so X.addEventListener
:-(

--- In [email protected], Clint Tredway <grum...@...> wrote:
>
> inside an init function or similar just add something like this:
> this.addEventListener(EVENT,function)
> 
> then in your X component just dispatch a custom event that the Y component
> is listening for
> 
> "When you choose hope, anything is possible."
> -Christopher Reeve
>


Reply via email to