Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting script to interact with a Flash movie

Status
Not open for further replies.

Milster

Technical User
Oct 17, 2003
5
AU
Hi all

I'm trying to get formmail.cgi to interact with my Flash movie form. Formmail.cgi generates an email from an html form BTW.

I can post my variables from the Flash form and generate an email. But can't work out how to get formmail to return a confirmation.

I've worked out the point where formmail returns a confirmation html page.
else {
print "<html>blah blah</html>";
}

All I want returned is the string that my Flash movie expects, which is "&result=Success. You did it." Where 'result' is a Flash variable.

I've tried...
print "&result=Success. You did it.";
Didn't work.

Sorry about this one but I am not a programmer, just an adapter. This one I can't work out.

Thanks in advance
Milster
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top