View Full Version : CGI-script in Flash?
Kristofer
11-27-2003, 12:37 AM
Hi, I want to have a form-mail on my flash site. Is it possible, and how do I do? My webhost has already sent me the CGI-script for form-mail installed on their server, but how do I insert it in Flash? Or do I insert the CGI-script in the html-file when I publish?
Please help!
Kristofer
hi there,
There are few step to mail the form throu flash
Try Below step
1. Insert the dynamic text fields.
2. A submit button here and use below code!
on (release) {
getURL("CgiFileName.cgi", "_self", "POST");
}
3. use the same name as U used in flash dynamic text field !
it's done!
regards
jeet
Powered by vBulletin™ Version 4.1.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.