alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user adrianTNT
adrianTNT (32)

Contact Form

This is a contact form made with flash and php. Edit mailer.php and change [email protected] with your email, make sure that email is hosted on same server where you put the files. Upload swf, html and php file then access the html or swf file to test the contact form.
Listing url: www.macromediahelp.com/flash/php_flash_con...
6366 downloads, 28285 views

flash contact form php mail


Download (39.43 KB)

Comments

You need to login to post a comment.

user sumitinspark
sumitinspark 13 years ago

Thanx again!

user martilovessony
martilovessony 15 years ago

I did everything asked for in your quick tutorial. I don't understand the problem. Is it okay im loading the page into and html page?

thanks

user weirdwired
weirdwired 15 years ago

Simple and best of all it work fine! Thanks to you. now i can try a bit more complex forms.

user padrinorattatta
padrinorattatta 15 years ago

hi, i upload the swf file and the php file... i also change my email in the mailer.php, its hosted on the same server but it doesnt work, can you help me please, i dont understand why it doesnt work. My server allowes php files too....
Im getting mad.
THANKS

user Ernani
Ernani 15 years ago

I believe that the problem is here: It helps me please.

stop();
System.useCodepage = true;
send_btn.onRelease = function() {
my_vars = new LoadVars();
my_vars.sender = email_box.text;
my_vars.subject = subject_box.text;
my_vars.message = message_box.text;
if (my_vars.sender != "" and my_vars.subject != "" and my_vars.message != "") {
my_vars.sendAndLoad("mailer.php",my_v ars,"POST");
gotoAndStop(2);
} else {
error_clip.gotoAndPlay(2);
}
my_vars.onLoad = function() {
gotoAndStop("<>", 3);
};
email_box.onSetFocus = subject_box.onSetFocus=message_box.onSet Focus=function () {
if (error_clip._currentframe != 1) {
error_clip.gotoAndPlay(6);
}
};
};



What I must make? In more very very exactly!

show all 20 comments