tags:

views:

8

answers:

0

I'm creating my first Adobe AIR application using HTML and Javascript. I've got code that opens a new native window to let the user select some options. I want to share a javascript object between those two windows so when I change settings on the object in the new window, the original "Main" window can access the new settings.

How would I go about doing this?