tags:

views:

289

answers:

1

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

+2  A: 

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.

joshbuhler