how do you pass variables in a flash script, i know that to send them out you use the getURL function but how would you pass them in?
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
variables in and out
Started by ultrasmad, Jun 20 2004 05:05 PM
6 replies to this topic
#5
Posted 01 August 2004 - 12:51 PM
did u mean sending vraiables's content [text in text inputs]
to another file [ php almost ] ?
if yes then the button send or whatever's action should be :
on (release) {
form.loadVariables("targetfile.extension", "POST");
}
target file is the php or the other file you are planing to send variables's content to
and that is called loadVariables through the flash form sending all variables saved in that form to target using the post method.
cheers,
to another file [ php almost ] ?
if yes then the button send or whatever's action should be :
on (release) {
form.loadVariables("targetfile.extension", "POST");
}
target file is the php or the other file you are planing to send variables's content to
and that is called loadVariables through the flash form sending all variables saved in that form to target using the post method.
cheers,
#6
Posted 01 August 2004 - 01:04 PM
templest, on Jul 30 2004, 03:24 PM, said:
Shackman, on Jul 13 2004, 08:42 AM, said:
I don't really understand your question. Can you be more explicit?
'I don't really understand. Could you express your question more clearly?' is perfectly acceptable, which is to the same effect as what Shackman said.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














