Ok so my main window is going to open up a popup window, the popup window is going to contain a Flex app.
The flex app is going to need to navigatToURL() but also send POST data along with it.
However instead of the popup-window navigating, I would like to main-window to navigate to the url and recieve the post vars.
Is this possible?
Thanks!