ashstampede
Programmer
I have a simple html form that sent its varibles via post to a text file on the server the server has cgi scrpts that would mail the info from the text file.
can i do this in flash MX the same way?
I have a loadVars object i then assignt different values to it like so
would i then send the loadVars object to the text file like the html form did?
is this correct? i havn't had chance to test it on the server and will to when i get to the office.
thanks in advance
can i do this in flash MX the same way?
I have a loadVars object i then assignt different values to it like so
Code:
sender.name = txtFname.text;
Code:
sender.send("textfile.txt",0,POST);
is this correct? i havn't had chance to test it on the server and will to when i get to the office.
thanks in advance