I need help. I have a movie clip that allows a user to select one of four buttons which sets a variable to a certian value depending on the button pressed. Then when the form is submitted it goes to a JavaScript which opens a new browser window with no visible toolbars. If I hard code a variable value in Flash I don't have a problem passing it to the JavaScript which then passes the variable to a CGI script. How do I code in Flash so that I can make the variable dynamic?
I'm using:
OnRelease
Get URL("javascript :openwindow("myMovie.html?variableName="value", "name")")
The variable name does not change, but of course, the value does. How do I re-write this code to make it dynamic? Or can I? Do I need to go to If statements?
Thanks
--Adam
[email protected]
