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 iahamed
iahamed (2)

Flash ASP Contact Form

This is a Form Built for Flash Action Script 2 and ASP Email Sending form. Users ASPEmail. For all ASP Lovers this is the form. Enjoy.
5258 downloads, 37133 views

flash asp email form contact aspemail request inquiry


Download (25.77 KB)

Comments

You need to login to post a comment.

user nileshpundpal
nileshpundpal 11 years ago

please help not working this form.... I changed host name and email but i didn't recive email.....

user alizafer13
alizafer13 12 years ago

Nice one...

user mathieu777
mathieu777 13 years ago

Guys how do I get into the Flash editor in Flash9 to change the email address?

user mathieu777
mathieu777 13 years ago

ok just saw how lol
(regarding my previous question)

user mathieu777
mathieu777 13 years ago

Hi this looks nice, how do I download it?

user dhong
dhong 13 years ago

Do you have this contact form in AS3?

user aypsn
aypsn 13 years ago

bitkiselkansertdavileri.com bitkisel kanser tedavileri
kombiservisimaltepe.com/ kombi servisi maltepe

user iahamed
the listing author iahamed 14 years ago

My friend add your email address in the mail.asp file. Thats it. It will work. Answering to richmo58 question, No, if your domain name is x.com, Mail.Host = "mail.x.com" something like that. Or it should be localhost. Just ask this from your host they will give you the host address. Its easy.

user bigflash
bigflash 14 years ago

Ah, so where do I put my own email address so Flash knows where to send comments? I don't know how to write any Actionscript apart from the stop command. Which part and what exactly:

on (release)
{
if(name==null)
{
this.status='Enter your name!'
}
else if(email==null)
{
this.status='Provide your email address!'
}
else if (email.indexOf("@",0)<0)
{
this.status='Enter a valid email adress!'
}
else if (email.indexOf(".",0)<0)
{
this.status='Enter a valid email adress!'
}
else if(message==null)
{
this.status='Enter your message!'
}
else
{
loadVariablesNum ("mail.asp", 0, "POST");
gotoAndPlay("thanks");
}
}

Thanks.

user richmo58
richmo58 14 years ago

Do we leave the "askyourhost" field the same, cant get this to work

user iahamed
the listing author iahamed 14 years ago

Mail asp is just a line that calls the separate asp file. Use between the as2 email validation code. To comment use //

user bigflash
bigflash 14 years ago

I put my email address around the @ on line 11:
else if (email.indexOf("@",0)<0)

Did I get that right? It doesn't work.
Do I put it on line 25 where it says "mail.asp"?

user iahamed
the listing author iahamed 14 years ago

Hi, I have created this Inside the Movie clip. Infact the validation is added to the ASP Flash as2 Mailer. However if you want to add your code, just double click on the main MC and another MC holds the Fields, Double click that mc, Then CLick on the Post button, not the txt, the Button. Select the Button and press f9, there youll find the code. Try.

user bigflash
bigflash 14 years ago

Where do I add this? Which part of the script? I don't know any actionscript apart from "stop();". I can't find anything that fits that description. Sorry. Should it go in the button with the script:

on (release)
{
if(name==null)
{
this.status='Enter your name!'
}
else if(email==null)
{
this.status='Provide your email address!'
}
else if (email.indexOf("@",0)<0)
{
this.status='Enter a valid email adress!'
}
else if (email.indexOf(".",0)<0)
{
this.status='Enter a valid email adress!'
}
else if(message==null)
{
this.status='Enter your message!'
}
else
{
loadVariablesNum ("mail.asp", 0, "POST");
gotoAndPlay("thanks");
}
}

If so, where exactly?

Thanks.

user iahamed
the listing author iahamed 14 years ago

Mail.AddAddress "[email protected]"

user bigflash
bigflash 14 years ago

Where do I input my own email address?

user johnburg
johnburg 14 years ago

Very useful,Thanks alot~

user iahamed
the listing author iahamed 14 years ago

Ask from your host the host address

Mail.Host = "askyourhost"
--------------------------------------- -----------------

Enter your email address:

Mail.From = "[email protected]"

--------------------------------------- -----------------

This is to: so you can add your email address:

Mail.AddAddress "[email protected]"
--------------------------------------- -----------------

If you need to copy this to, The desired email address, make sure to take off the ' mark if you want to activate the cc and Bcc:


'Mail.AddCC "[email protected]"
--------------------------------------- ------------------
Bcc email address:

'Mail.AddBcc "[email protected]"

Simple.

user opettersson
opettersson 14 years ago

Where do I write where the messege should go (my mailadress)?

user iahamed
the listing author iahamed 14 years ago

To reload a box? like what? use a MC or a go to function.

user CrazyBoy
CrazyBoy 14 years ago

And how do I get him to give the option to resubmit a new message?
or only reload a box

user iahamed
the listing author iahamed 14 years ago

Hi, Most of the flash poeple write their code in the root not thinking of the Preloader. I have thought of it and written to suit or place after the preloader (I have placed inside a MC) all you have to do is copy the ms and paste where ever you want. Its so simple. Upload the asp file to the server and it wil work. Cheers.

user cdesigner
cdesigner 14 years ago

is it working in loadmovie.swf as? tried only playing swf its work but not external swf? pls reply

user riyazudeen
riyazudeen 14 years ago

thanks for your help

user csabharp
csabharp 14 years ago

Thanks for help!

user iahamed
the listing author iahamed 14 years ago

Ffiles due to security reasons have renamed the files, just open the ASP_SAFE File that says mail and " rename that to"
mail.asp. In the flash button I have set the mail.asp.

loadVariablesNum ("mail.asp", 0, "POST");
gotoAndPlay("thanks");

Asp is a Great programming tool I use with MySQL. However for you to send this email,
in the mail.asp just change this fields, if need help let me know.

--------------------------------------- -----------------
Ask from your host the host address, just like in PHP:

Mail.Host = "askyourhost"
--------------------------------------- -----------------

Enter your email address:

Mail.From = "[email protected]"

--------------------------------------- -----------------

This is to: so you can add your email address:

Mail.AddAddress "[email protected]"
--------------------------------------- -----------------

If you need to copy this to, The desired email address:


'Mail.AddCC "[email protected]"
--------------------------------------- ------------------
Bcc email address:

'Mail.AddBcc "[email protected]"


This Users flash with ASPEmail. If want CDONTS or Jmail, let me know.
Enjoy.

user adriant
adriant 14 years ago

would be nice if you tell me what I have to edit so that I can receive the mail on my email =]

user csabharp
csabharp 14 years ago

Thanks this scripts, it should bee usefull, but i never used asp.
What settings i have to change in asp_safe file, if i want it to work?(I changed the e-mail adresses, but i don't know, what I have to change in "Mail.Host =". Pls help.)

user iahamed
the listing author iahamed 15 years ago

This is great for ALL flash ASP Contact form lovers.