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.
I have a movieclip called Inquire.fla.In this movieclip i have a form and a button.The form is made up of 4 text fields.... name, email, phone, and message. Each has been given variable names. I converted the 4 text fields to a movieclip, and gave it the instance name "form".I back out to the main scene, click on the form movie clip and give it the actionscript:
onClipEvent(data){ _root.nextFrame(); }
I also have a button that is on the main scene. It has been given the actionscript:
on(release) { form.loadVariables("email.php", "POST"); } I then created email.php using dreamweaver with the following code:
<?php $sendTo = "adamjcormier@hotmail.com"; $subject = "My Flash site reply";[code]....
The movie Inquire.swf is an external movieclip that is loaded into my main Index.swf. I upload the Inquire.swf, Inquire.html and email.php onto the 1and1.com server. When i view my webpage and fill it out.... absolutely nothing happens.
Ive been trying to get an email validation working for my form. It works great locally within flash preview, but not locally via its html window, or live. Im not a coder & am self taught to the code will be pretty shabby! (trial & error type gal!)
This is on my send btn,
Code:
on (release) { if (form.name == null && form.email == null && form.message == null) { errmsg = "oooh, you didnt write anything"; } else if (form.name == null) {
[code]....
When live it doesnt allow sending if the criteria arent met, but doesnt display the error messages either,
I have been trying to get an email form to work for quite a while now.This is the code and it doesn't seem to work.url...As you can see the website will be waiting for response but nothign happends :/. Can someone fix it or possibly give me a working email form.
this is probably a simple issue, but i'm new to actionscript and am pulling my hair out trying to get this email button working. I have a simple button in flash 8 which I have labeled "email_btn." I am using actionscript 3.0 and in the actions layer I have this code:
If I try and fill this form in, it gives me nothing, I got my "Your email failed" message.
However, if I call the swf file - www.kismetroadshow.com/main8.swf and do the same again, it works and I get an email.
I've ruled out the php script therefore.
I've posted the actionscript below:-
stop(); senderLoad = new LoadVars(); receiveLoad = new LoadVars();
[Code].....
the button's called sender. It's been doing my head in for 4 days, everytime I think I have it cracked the punter sends it back which is really embarrassing.
I'm working on an email form contained in a separate .as file coded in AS3 with a php file. Everything is working just fine when I test it through Flash, having my swf + my .as file locally and my php file online. As soon as I move all my files online, I submit the form, press my send button, see in the bottom screen of my browser than it seems to be a transfer, but nothing happen, no error message as written in my code...i'm just stuck. Here is parts of my codes.
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.
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?
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.
So I have built a contact form out of AS2 and PHP. PHP 5 is enabled on my server, so that's not a problem. I think there is a slight error within my code somewhere. What happens is once online, you fill out the form and hit post, it goes to the "error sending email!". Below is my code so you can take a look at it. I also have included below that a link to download the actual files.
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'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 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
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] .....