Hi, Is there any way we can pass parameters from one flex application to the other flex application ?
I know we can pass parameters from module to application and vice versa.
Thanks Sumukh
Hi, Is there any way we can pass parameters from one flex application to the other flex application ?
I know we can pass parameters from module to application and vice versa.
Thanks Sumukh
If both applications are running at the same time on the same machine, you could open up a LocalConnection between the two applications to send information between them. See the LocalConnection documentation for more info.