LocalConnection or ExternalInterface via shared JS code
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ramakanaveen Sent: Sunday, November 25, 2007 1:26 AM To: [email protected] Subject: [flexcoders] communication between mxml applications in diffrent windows Hi , I have a WINDOW with MenuBar, when user clicks on the menu item, pops up another mxml application in new window (browser) , by calling the method ExternalInterface.call("openWindow",o) Is there any possible way to create the communication between the first menu window , and popup window in either direction.the idea is to share the Model,objects etc. thanks in advance -Naveen

