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
leandrodeago.. (1)
Web Form Using AS3 and ASP
This is a web form in AS3, that a modify to use with ASP, so enjoy and change whatever you need.2699 downloads, 24223 views
web form as3 asp contact email
Comments
You need to login to post a comment.
TY
Hi robloxflasher, yes you can edit klike you wish.
of i found it :P
how can i edit it?
Mail.Host I doubt is not the right. Ask your Hosting provider the Mail host = shd be like.mail.yourdomain.com or localhost. Ask this from your host. Thats it. It shd work.
I downloaded the file above and I can't get it to work. So the code is yours, I changed the following code:
Mail.Host = "richmo58"
Mail.From = "[email protected]"
Mail.AddAddress "[email protected]"
What else do I need to edit so that the form works. Thank you for your time.
Sorry richmo58, Im so busy and I cant explain exact what I wont.
I will reply your comment later, but if you want to send your code for me, maybe I can take look and reply faster. Tnks
Hello, got the email but I don't understand what you are saying, need to know once I download the file what do I need to change in order to make it work. I changed to my email address still not working?
Hi richmo58, if you make the changes on the comments to type, please tell me if you do not realy receive de email.
Tnks
it gets stuck on sending -
Hello i am trying to use this form, what do i need to change to make it work? Thanks
Possible.
It would not be possible with Flash 8 and AS 2?
Wonder!
useful!!
thx
Fine attempt and code. But here your using: AS3 and ASP with mail sending with "CDO", (Server.CreateObject("CDO.Message"). CDO is no more in valid. All modern hosts use ASPEmail mainly. If any seeking for the ASPEmail code for the send_email.asp get is from here.
ffiles.com/flash/web_applications_and_d ata/flash_asp_contact_form_2667.html
Or modify to the Var:
<% @language="VBSCRIPT" %>
<%
DIM StrEmail, StrName, StrSubject, StrMessage, StrMsgHeader
StrEmail = request.form("email")
StrName = request.form("name")
StrSubject = request.form("subject")
StrMessage = request.form("message")
Set Mail = Server.CreateObject("Persits.MailSender" )
Mail.Host = "askyourhost"
Mail.From = "[email protected]"
Mail.AddAddress "[email protected]"
'Mail.AddCC "[email protected]"
'Mail.AddBcc "[email protected]"
Mail.Subject = "My Online Inqiury request form."
strMsgHeader = "This email was delivered from: " & StrEmail & vbCrLf & vbCrLf_
'Mail.isHTML = False
Mail.Body = strMsgHeader & "Email: " & StrEmail & vbCrLf & vbCrLf & _
"Full Name : " & StrName & vbCrLf & vbCrLf & _
"Subject : " & StrSubject & vbCrLf & vbCrLf & vbCrLf & _
"Message: " & vbCrLf & StrMessage
On Error Resume Next
Mail.Send
Set Mail = Nothing
IF Err <> 0 THEN
Response.Write "There has been an error and your message could not be sent through email." & Err.Description
END IF
%>
Cheers.
I agree with ASO, the point to this type of webform is to avoid opening the user's email client.
Why would it open the users local email Client. This uses ASP, it isn'tthe equivalent of simple html mailto:
Will this program open automatically, a person's e-mail sender? Such as Outlook express, or the like?
I can put my email address in there just fine with the '@' symbol. :) and it works in Chrome for sure, not just IE.
adrianTNT, the visual is the same, but if you look at the code, that have a lot of difference, the motive that i post this form, because a most of people need a webform using ASP not PHP. I dont use this to my promoted, i use this to help any person that need a sample of code. Thanks adrian for your tip, and a liked lot of your web site! is wonderful!
This is made by FlashMo? Creator allowed you to post it?
Jaicyb, could you please type your message in english. Thanks!
Ta crissement raison faridif ! men allais faire mon hot demain en montrent sa a mon boss. sa marche pas pentoute..... calis de marde
Faridrif, thanks man, i didnt know that this browsers for french, dont accept the caracter "@", i will study about that, but your contribution is very important! Thanks!
Sorry my english is very bad... in french browsers (FF, GChrome, Safari, Opera) it is impossible to put the "@" caracter in Email field of your anim. It work only with IE browser.
I think you need to remove the transparent mode in your html tag.
(so.addParam("WMODE","TRANSPARENT");
wmode="transparent";)
Beatrix88, yes this is the contact form from flashmo. Do you need some help?
Faridrif, could you please be more especific about the problem?
it's the flash contact form from flashmo.com, isn't it?
Thanks
Impossible de mettre le caractre "@" dans le champs email sur les navigateurs francophone GChrome et Firefox.
its very important ! tanks !
Thanks very nice -
Thanks !