Groups | Blog | Home
all groups > flash actionscript > january 2004 >

flash actionscript : sending values of variables to PHP


root
1/26/2004 6:58:37 PM
test

l=New Loadvars();

l.var=text;

l.Send("script.php");



Olaf
1/26/2004 9:42:38 PM
Hallo,

I want to send the value of an input text field to a ph script.

Someone told me that Flash MX use the instance name of an input text field as a variable which i can use the the superglobal $HTTP_GET_VARS. But this doesn't works with this kind of code:

on (keyPress "<Enter>") {
getURL("test.php", "" , "GET");
}

I have to use the field "var"in the properties, in all tutorials it is done by the Instance-name. What i'm doing wrong?

greetings from Holland
AddThis Social Bookmark Button