I need a way to have the following happen:
1. I click a button in mymovie1.swf
It set a few variables:
name="whatever";
city="wherever";
postalcode="somenumber";
And the same click opens a popup:
getURL("javascript:NewWindow=window.open('page.htm ','newWin','width=365,height=... and so on.
2. In the page that pops up (page.htm), i need to have the variables shown in a textfield....
I have tried to work with new LocalConnection();
But can't seem to get it working..
Can anyone help or explain how to do this the right way ?!





Bookmarks