Contact Form
This is a contact form made with flash and php. Edit mailer.php and change email@yourserver.com with your email, make sure that email is hosted on same server... more >
Keywords: flash contact form php mail
| Author URL | adriantnt.com | |||
| Listing URL | macromediahelp.com/fla... | |||
| Downloads | 6061 | Views | 22066 | |
| adrianTNT | ||||
|
User ratings for Contact Form. |
||||
More listings by adrianTNT
Grid Image l... |
media player... |
random color... |
Mute button ... |
Glowing Arro... |
Tabbed Conte... |
Comments
You need to LOGIN to post a comment.
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
Simple and best of all it work fine! Thanks to you. now i can try a bit more complex forms.
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 doesn´t work, can you help me please, i don´t understand why it doesn´t work. My server allowes php files too....
Im getting mad.
THANKS
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!


