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
You can open/play the swf file with Flash Player exe
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, 37539 views
flash asp email form contact aspemail request inquiry
Comments
You need to login to post a comment.
please help not working this form.... I changed host name and email but i didn't recive email.....
Nice one...
Guys how do I get into the Flash editor in Flash9 to change the email address?
ok just saw how lol
(regarding my previous question)
Hi this looks nice, how do I download it?
Do you have this contact form in AS3?
bitkiselkansertdavileri.com bitkisel kanser tedavileri
kombiservisimaltepe.com/ kombi servisi maltepe
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.
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.
Do we leave the "askyourhost" field the same, cant get this to work
Mail asp is just a line that calls the separate asp file. Use between the as2 email validation code. To comment use //
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"?
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.
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.
Mail.AddAddress "[email protected]"
Where do I input my own email address?
Very useful,Thanks alot~
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.
Where do I write where the messege should go (my mailadress)?
To reload a box? like what? use a MC or a go to function.
And how do I get him to give the option to resubmit a new message?
or only reload a box
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.
is it working in loadmovie.swf as? tried only playing swf its work but not external swf? pls reply
thanks for your help
Thanks for help!
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.
would be nice if you tell me what I have to edit so that I can receive the mail on my email =]
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.)
This is great for ALL flash ASP Contact form lovers.