duhuskermeg
08-07-2001, 12:14 AM
I've had some problems with getting variables from forms used to start flash..
I want to use html-forms with various ID's on each button.
Then I want flash to get these variables..
I cannot use loadvariable from a cgi or txt file because there will be different info each time the flash is loaded.
I tried to use both post and send method on the form.
Ihe variable in the form vas called MyID.
In flash I made a textfield with the same name as variablename, and ised the following actionscript:
MyID = MyID;
What else do I need to do?
Thanx in advance! :)
I want to use html-forms with various ID's on each button.
Then I want flash to get these variables..
I cannot use loadvariable from a cgi or txt file because there will be different info each time the flash is loaded.
I tried to use both post and send method on the form.
Ihe variable in the form vas called MyID.
In flash I made a textfield with the same name as variablename, and ised the following actionscript:
MyID = MyID;
What else do I need to do?
Thanx in advance! :)