FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (8)

Contact Form

Previous overall listing: Tween Sound Object No previous listing in Contact Forms Next overall listing: blend mode Next in Contact Forms: Flash Contact Form with PHP

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

user adrianTNT Author URL adriantnt.com
Listing URL macromediahelp.com/fla...
Downloads 6061 Views 22066
adrianTNT  

User ratings for Contact Form.

Donate Add to favorites Subscribe to comments
Report listing
Download  (Flash 7, AS 2.0)

More listings by adrianTNT

Grid Image loader
Grid Image l...
media player buttons template
media player...
random colored lines
random color...
Mute button with fade V2
Mute button ...
Glowing Arrows Preloader
Glowing Arro...
Tabbed Content
Tabbed Conte...

Comments

You need to LOGIN to post a comment.
user sumitinspark
sumitinspark: 12 months ago

Thanx again!

user martilovessony
martilovessony: 3 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: 3 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: 3 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 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

user Ernani
Ernani: 4 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