Hi everyone, i need to get the POST Vars in my Flash Movie.
I have 2 frames:
1. topFrame (topFrame.htm) = Contents a Flash Movie called MENU
2. mainFrame (mainFrame.htm) = Contents de Flash Movie called MAIN

I Call a MENU Movie by MAIN Movie like this...
getURL("topFrame.htm?myvar=abc", "topFrame");

In the MENU Movie I want to detect the variable MYVAR an use the data ABC, how can i do this?

Regards.