all groups > macromedia flash sitedesign > october 2003 >
You're in the

macromedia flash sitedesign

group:

anyone had experience with forms and flash? simple problem i think


anyone had experience with forms and flash? simple problem i think pull your pants up
10/21/2003 12:05:18 PM
macromedia flash sitedesign: hello friends,
i've created a flash form that im using to send four variables to a php script.. I am having some trouble sending the
variables to the script.. In fact, i cant get it to work at all.
I have created the file
http://members.optushome.com.au/panus/flash.swf
The drop down buttons are set in the movie mode which i think is correct, along with the submit button.
I looked up what action script I should use but found many different ones. I tested a couple of them out but they don't
seem to submit anything at all, the submit button isn't functioning. It's like the submit button isnt attaching itself
to the values of the drop down buttons, and then not submitting..

I tried using

On (Release)
Load Variables ("mailto:form.php", 1, vars=POST)
End On

I'm pretty new to flash and was hoping for a little help.

the flash file is located here if you want to have a look :)
http://members.optushome.com.au/panus/flash.fla

regards

-n

Re: anyone had experience with forms and flash? simple problem i think Max R. Scheer
10/22/2003 10:30:18 PM
try using


loadVariablesNum
(("http://www.xyz.com/mail.php?toName="+_root.toName+"&toMail="+_root.toMail+"&....),
"0", "Post");

that might work out right ...
cheers
max
AddThis Social Bookmark Button