I built a Flash email sender, its very simple, it just sends all the variables in the fields, no cross checks or nothing.Problem: here's what the end-user email looks like:
Subject: Message from <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Smiles</FONT></P></TEXTFORMAT>
Name : <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14"
I have used the kirupa tutorial on a flash email form and it works GREAT! The only thing is I want to have required fields that need to be entered in for the form to send. If the user doesn't enter anything, it will ask them to in order to send the email.how I can do this or adapt it to the kirupa tutorial code?
I don't know if this is too much to ask but could someone give me a quick overview on how to create an email form that actually sends the information to my email? I have the form created, and I'll post the .fla file (I allow a laugh at my elementary flash movie. This is just a final project for an intro to flash class), and I understand I'll need the .asp file from GoDaddy setup on my hosted space.
I want to make a button, when clicked, open a blank email in outlook express to an email, with a subject.i take it you would use:[code] just wanted to show you what i meant! that was just a random stab.
iam trying to create an email form with flash cs4. so i've designed the layout and i've written a script to check that the details given are correct. but i am having problems while i am trying to sent those details to my email. here is the script after the details were checked:
here is the issue I am having: I have a button in my main movie and after it is pressed i want for it to open a pop up window right next to this button with some information in it. I have a email button so when you click on that button I want another window to open right next to this email button with my email address.
I'll make it short: is it possible to get the user's facebook email adress (or a hashed email adress), so I can let's say compare his facebook email with his email in my database? I'm trying to get a FacebookUser and then use facebookUser.email_hash but that returns nothing.
I'm currently using Macromedia Flash 8. I'm doing up a website purely on Flash, in of the page it involves a "Contact Us" where there is a Form. I need these informations to be collated and send automatically as an email to my email account. I've tried to follow some scripts from this Forum. But when i click the Submit button, nothing happens and I did not receive any email at all.
I have a file setup that will email name, email, and message when the user inputs it in the appropriate input box. Is there a way to email dynamic text within that same email. Im using php to send the email to myself. if you need more info let me know
I know how to use AS3 to record sound from the user and enable them to save it to their computer. However, I would really like instead to allow them to either send it to an email address right after recording (without them having to save it to their computer first and find the file), OR to let them save it so that the site owner can access it (They would know that it was happening.).
i have a flash gallery .In this i need a email button ,when click on the mail button an email editor might be open ( outook ) with the currently selected image as its attachment .
I need a good html mailer that will post ...ive tried everything from php to dw formmailer, and it is crazy **** that i cant finish a simple mailer. I just want it to send name and email of someone from a site to that site holders email! I guess I am a moron
I have the following which produces a trace if the user does not type an email address when testing locally, but nothing when testing outside of Flash.
is it possible to create a swf then make it appear in an email to send to a few people.if it can how is it done im using cs4 and as3 on mac using the default mail application.
Can I add a link to an email address in a banner or other Flash document, such that the visitor's email client comes up with the TO completed, as happens everywhere in HTML?
I designed my flash movie and added some invisible buttons but I don't know how to add an email link as a invisible button. My instructor said something about submitting my info to the server, it will have my email. I don't know what he's talking about. Do I just put some code in the actions panel in Flash and somehow code "mailto: " ?
How do you create an email link so that they click on the link and their send email (outlook or netscape) box pops up with the email addy specified in the send to box.
Friend wanted a change in Email address and I'm assisting. I notice at the bottom it posts to a formmail.php file but I was wondering if there was an easier way to understand what exactly it POSTS and how AS handles POST methods so I can rewrite a script.
function playTier() { switch(this.tierContent.tier_txt.text) { case "Sinking Ship": bullseye_mc.arrow_ani._x = 205; break; case "Piggy Bank": [Code] .....
Want to know whether it is possible to attach one image, or a zipped text file with the email form in a Flash template.Actually I want to send one image and one text file as attachment.
I've designed a flash paint program where users can design their own bowling pin online.I've got it working just fine but now I would like for the user to be able to save the image they create and have them email it to a friend (all of this on the website itself not using a thir-party email program).
I followed the tutorial straight from Kirupa himself, and I can't seem to get this to even send me an email. I'd be happy with an email from my php client with an error even. My host is godaddy, and is php supported.[URL] site isn't finished yet, but I'm trying to get this complete.
im trying to load an email address from xml into a button...when its clicked, i want to use "mailto:" to initiate an email to the address in the xml file.