flex: is there a way to dispach a custom event from one loaded flex application to the other ?
Posted
by
ufk
on Stack Overflow
See other posts from Stack Overflow
or by ufk
Published on 2010-12-23T11:49:11Z
Indexed on
2010/12/23
11:54 UTC
Read the original article
Hit count: 290
Hello.
I have an HTML page that loads two different SWF files. is there a way to dispatch a custom event from one flex application to another ?
to create a custom event I extend the Event class and I add another variable to the constructor called params which is an Object. I use EventDispatcher to dispatch the events.
I have no idea how to do that between one flex application to the other. is it even possible ?
If it's not, is there any other way that these two flex applications can communicate without opening a LocalConnection ?
Using flex 4.5
thanks!
© Stack Overflow or respective owner