how do i make new windows and pass information between them?
example in main app...
if i click the following button...
<mx:Button label="openMe" click="openMe()" />
it opens a new "desktop type Air" window with new working data passing values from the main application to the new window?