Hey, jst came upon your flash community and wondered if you could help me out on this?
I was wondering, from the idea ov gathering all the variables from a movie and sending them to php script. would it be possible to place different checkboxes on different frames of a movie (thus creating a multipage form) then be able to get them to send to a php script?
eg. a tabbed flash form, that splits the questions into different pages(frames)
Am i crazy?(probably)… do any of you understand what im blabering on about?!!
What you need to do is no different from the one page form…
You just need to make multiple movieClips for each tabs and have your SEND button collect all the values from each movieClips and use LoadVars() object to send out the data to the server… I think that’s the only difference…
More along this line… Assign everything to the LoadVars instance before you send the data from each movieClips…
(It sounds like you don’t know how LoadVars() works… I suggest you go over the Flash manual before you do this… :))
i think i know wot u might b going on about with these lines “[color=#0000bb]data_lv[/color][color=#007700].[/color][color=#0000bb]drinksData1 [/color][color=#007700]= [/color][color=#0000bb]drinks[/color][color=#007700].[/color][color=#0000bb]someData1”[/color]
[color=#0000bb][/color]
[color=#0000bb]data_lv - [/color][color=black]is the loadvars object yr calling[/color]
[color=#0000bb]drinksData1 - [/color][color=black]is a variable, wich u assigned to it the value from…[/color]
[color=#0000bb]drinks - [color=black]the movie clips…[/color][/color]
[color=#0000bb][color=#0000bb]someData1 - [/color][/color][color=black] checkbox instance[/color]
is this right or have i got it all wrong?!
plus how do you transfer the value of the checkbox into the php script?
e.g in html:
<input name=“menu[]” type=“checkbox” value=“bread”>