Guest_imported
New member
- Jan 1, 1970
- 0
I cannot get my Flash-movie to send anything using formmail.cgi!
The first question:
with the loadVariables-function: How does the cgi-script know which variables to send??
I have put the .swf on a server which has the formmail.cgi, and this is the code in the "submit" button:
on (release) {
if (namn == "ted" { // just for testing
totalcost = 12345; // testing
recipient = "waggerdagger@hotmail.com";
subject = "Testing";
loadVariables ("/cgi-bin/formmail.cgi", "2", "POST"
} else {
gotoAndStop (5);
}
}
The "2" is, as I see it, the depth of that movieclip.
Any suggestions?
The first question:
with the loadVariables-function: How does the cgi-script know which variables to send??
I have put the .swf on a server which has the formmail.cgi, and this is the code in the "submit" button:
on (release) {
if (namn == "ted" { // just for testing
totalcost = 12345; // testing
recipient = "waggerdagger@hotmail.com";
subject = "Testing";
loadVariables ("/cgi-bin/formmail.cgi", "2", "POST"
} else {
gotoAndStop (5);
}
}
The "2" is, as I see it, the depth of that movieclip.
Any suggestions?