Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Send Mail From Swf Files


Is it possible to send mail from swf files?

My idea is to create a little mail program inside my flash site, with to, subject and message and a send button.

Thanks for helpping...




FlashKit > Flash Help > Flash MX
Posted on: 01-08-2003, 07:21 AM


View Complete Forum Thread with Replies

Sponsored Links:

Usig Buttons To: Send Me An E-mail / Send Data From A Feedback Form?
As the title may suggest, i need some way of making an email button, and also feedback form buttons; both submit and reset. i thought this would be fairly standard stuff but didnt get any answers in the general help forum... its all for the last page of my site at www.geocities.com/jamesmbrannan if you would like to take a look

thx for any help/ advice
lev

View Replies !    View Related
Send Real Fax/send Pdf In Mail, Using Flash
Hi, I am a moderate flash designer and mostly make animations. I don't work with actionscript too much so I really need your guys' help. I need 2 things.

First: I am making an internet fax demo where I want someone to enter their email in a simple text box, click send, and it will email a pdf document to the email address (a sample fax).

Second: In the same demo, there will be another text box, where a user would enter a fax number, hit send, and it will fax them the pdf (or the stuff in the pdf in any other format) to their fax machine.

is this doable using flash? I don't even mind if i have to use a php or a xml file. but in that case, i also want to know what to write in the actionscript to call those files.

I would really appreciate if someone could please help me out with this. I had been searching all night, i found some actionscripts but have no clue what they mean.

View Replies !    View Related
Send Mail
Hello,
being a cheapskate, hosting on a free server, I have access to a cgi sendmail script, but not my own CGI-BIN.
I wanted to have a Flash send mail form. But the only tutorials Ive found require modification of the script.

Anyone know of one that doesnt.

Thanks in Advance.

View Replies !    View Related
Send Mail
how i can put on a flash movie a button that after click could open Micosoft Outlook's send window.

thanks for your attention.

View Replies !    View Related
Can I Send An Swf Within A Mail?
Hi there,
I don't think there's much more to write after you've read the subject of this post
Anyhow, what I want to do is add a banner in my mail messages (I use MO6) with some little animation and a direct link to my homepage. Can I do this?
If yes please tell me how.
I wonder if it has something to do with html, if so keep in mind that my knowledge on the matter (html) is quite close to zero.

Thanks

View Replies !    View Related
MX Send Mail
I need a good tutorial on how to send form elements in flash to a php script that sends an email. Can anyone give me a good one?

Thanks

View Replies !    View Related
Mail Does Not Send
Hello,

I'm using MX.
I send a form from a flash page with the following code:

on (release) {
subject = "contact formulier";
recipient = "testingscripts@hotmail.com";
loadVariablesNum("bedankt.php", 0, "POST");
gotoAndPlay(46);
}

It does not send the e-mail (should do it in bedankt.php).
When I send the same variables from a HTML form, it DOES!!

Am I forgetting something?
In HTML you need to create a form tag where you have to place the fields in, this is not something you have to do in Flash??

tnx in advance.

View Replies !    View Related
Send Mail To Asp
This is definitely frying my brain as I can only find info on sending to php.

I am trying to send the data from a 6 field form.

Unfortunately the data has to go to a site that's hosted on an asp server.

I think I have got the asp code covered as this was supplied by the ISP.

Can anyone help with the code I need to send the data?

Would appreciate any help that's out there...

View Replies !    View Related
Send E-Mail
Hi , i would like to make a button which send me a premade e-mail without opening any programe such as outlook ,just send the e mail and let me know when its done.

i know the usal method for e mails are :
getURL ("mailto:myMail@mail.com"+"&subject=mailsubject"+" &body=text");

however that method open the outlook programe , i wish i could make this send the e mail automaticly and only notice me when it has (i guess it has something to do with addListener but i just cant figure out the command to send the mail itself).

please help me

View Replies !    View Related
Send E-mail
I am using a template from flashfoundry.com. I want to add an e-mail link to the contact button...right now the button is already attached to a movie clip that is part of the template...how do I disconnect the button from the template movie clip so I can attach the e-mail link

Thanks for your help!

View Replies !    View Related
Send E-mail
Hi,

Hi Friends Can Anyone Tell How To Send An email Using Flash Only.
I Use getURL(mailto) Option But It Open Outlook Express And Then Click Send Button In Outlook.
Can Any Way To Send email Ditectly Without Using The Help Of Other Program.(ie,Only using Flash scripts)

View Replies !    View Related
Send Mail On Exe
Hello again !

In my projector of Flash, how I can send with out form, I want to have a link only like mailto:j@j.com no more !

Regards !

View Replies !    View Related
Send Mail With Asp?
Anyone know a good tutorial on this matter?

View Replies !    View Related
Send E-mail
Hi,

Hi Friends Can Anyone Tell How To Send An email Using Flash Only.
I Use getURL(mailto) Option But It Open Outlook Express And Then Click In Outlook.
Can Any Way To Send email Ditectly Without Using The Help Of Other Program.

View Replies !    View Related
Send Mail With Asp
Hi everyone,

I would like send email using asp. Can anyone help me please.. gotta get a site uplater on today and i need the mail to be working.

thanks a lot for any help,

Regards,

Jerome

View Replies !    View Related
Send Mail On Exe
Hello again !

In my projector of Flash, how I can send with out form, I want to have a link only like mailto:j@j.com no more !

Regards !

View Replies !    View Related
How To Send Mail
i need help to make a web where the people can put comments and the comment will be send on my mail. pls help me if some one know.
bye

View Replies !    View Related
Send Mail Form
Hi everyone, just wonderinf if can help me with this. I've created a mail form in my flash movie that post datas into a .php page. When the send button is clicked a confirmation page is open. What I want to do is to avoid opening this external page and keep the whole thind inside the movie flash, in short the flash itself says if the information have been sent correctly. Anyone know how do it, or knows any tutorial.

Thanx in advance for your help

View Replies !    View Related
Help Trying To Send E-mail From Flash Using With CGI
What's wrong with this script?

on (release) {
if (txtname ne "" and txtcompany ne "" and txtproject ne "" and txtemail ne "" and txtdescription ne "") {
loadVariables (txtname and txtcompany and txtproject and txtemail and txtdescription, "http://www.theserver.com/cgi-bin/cgiemail/email.txt", "POST");
}
}

I can't seem to figure this out. Any help would be VERY cool.

View Replies !    View Related
Send Mail In A Movie
I want to send a mail inside a frame in the timeline. The mail contains already the address, the subject and the text.
I want that it is sent simply when the user plays the movie.

Is it possible ???

Thx

View Replies !    View Related
Script To Send Value As Mail...help
Can anyone clue me what to do? I need script that will take the value of a variable, i.e., the contents of a userinput text box, and send it to a specified mail address. I'm sure this is all pretty standard stuff so I've got this nasty feeling that therefore I'm substandard?

Any help would be greatly appreciated.

View Replies !    View Related
Send To My E-mail With Variable
ok,
i got a text field and a button. when the user enter some text in the text field and click the button, the text in the text field will be send to my e-mail for example myName@website.com
how do i make this?
can this be done only using flash?

View Replies !    View Related
Send Mail Button
I made a button wich has a send mail function, but I´ve no idea wich actionscript should I use.
I´ve been using getURL ("mailto:whatever@hotmail.com");
but this only works within HTML.
Is there one special action to do it within a projector?

View Replies !    View Related
Can Flash Send An E-mail?
I'm building a site that includes a feedback form and a very simple order form (with no confidential information - security is not a concern). I know I can build various things to accept user input, such as checkboxes, radios, lists, blank boxes, etc. That's all good.

Once I have all that info on entered into a page, can I get Flash to email the the data to a specific address?

Thanks,
Frank

View Replies !    View Related
Problems For Send An E-mail
Hy guys,
I have a big problem....
I've use flash MX (but I've the same problem with flash5)for making a cd-rom,(so the use is for the off-line service), and now I have a big problem to send the e-mail...because seems that is impossible if my project is not on-line...
Is there a way to resolve this problem?
Someone of you knows a solution?

thank you
Stich

View Replies !    View Related
Send Movie In E-Mail [Tip]
OK, so it may be obvious to everyone but me, but I've seen a bunch of threads here about wanting to send a movie to someone in E-mail. All that stuff about adding the code in the source of the e-mail and other tricks seemed too hard and didn't work that well, if at all.

How about using IE and clicking File/Send/Page by E-mail? Just go to the page on your server and do that. It sends the page with a working movie, without a hitch. Any movie, as if the mail was looking right at your server, which it is. I use Outlook Express, and it worked fine, but I don't see why it wouldn't work with any mail client that was compatible with IE.

Is that too obvious?

View Replies !    View Related
Get Some Text And Send By Mail
Hi,

I need some help in MX.

I have 9 box(InputText), I call var1, var2,...var9. I need get all information and send by mail, directly from my cd using the Outlook.

Is this possible?

View Replies !    View Related
How Do I Send A Silent E-mail
Is it posible to send a silent e-mail in flash mx, actionscript. I want to send it without notifing the user, and it also must contain variables. Is this posible?

View Replies !    View Related
How To Send Mail From Flash?
hi,
i know to send mail with ASP, is there another way to send mail with Flash?

Avi.

View Replies !    View Related
Send An E-mail Link
I've seen on websites, usually the "contact us" link when you click them it will open your default e-mail program fill in the to: field, subject field and part of the message. How can i make a link like this in flash?

View Replies !    View Related
Mail-form Send
I have done and tried to do many mail form tutorials....but all seemed to have the same problem....when sending a post with line breaks(<br>i think)...it doesn't actually keep the line breaks...it omits them...How can this be fixed?(in flash...or in the send form php file)

View Replies !    View Related
PHP Code Help Send Mail
I made a registration on line for a conference with a PHP code using flash with:
on (press) {
loadVariablesNum("guestbook/info.php", 0, "POST");
}

I need to modifie this info.php code to send me the mail and send a copy automatic to the people who send me the mail:

$mail is the variable contening the mail sender

//MY php code
$ToEmail = "info@genteindigo.com";

##$ToName = "Info";
$ToSubject = "Mail Mandado desde Info GenteIndigo.com";

$EmailBody = "Enviado por: $nombre
Ciudad: $ciudad
Email: $mail
Tel: $tel
Fax: $fax
Empresa: $empresa
Comentarios:
$comentarios

";

$EmailFooter="
This message was sent by: $nombre from $REMOTE_ADDR If you feel that you recieved this e-mail by accident please contact us at info@genteindigo.com";

$Message = $EmailBody.$EmailFooter;

mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$mail." <".$mail.">");


Print "_root.Mail.EmailStatus=Complete - Your mail has been sent";

?>

Someone has a idea???

View Replies !    View Related
Ho To Send Mail From Flash
I want to send mails from Flash to an email account. I got some samples from net... but that doesn't work... I'm using Flash MX. Tried with asp & Php. values are passing from flash. but its not sending to mail account.

View Replies !    View Related
Ho To Send Mail From Flash
I want to send mails from Flash to an email account. I got some samples from net... but that doesn't work... I'm using Flash MX. Tried with asp & Php. values are passing from flash. but its not sending to mail account. In flash, I've called the mail-page using LoadMovie function. The mail-page is an seperate swf file.

View Replies !    View Related
PHP Mail Send And FLASH
I have a Flash form that people put name and number and email address and comments and it gets sent to a dedicated email address via a PHP file called mailform.php everything works properly with all browser and platfomrs except IE on windows OS. all browsers on a MAC os is ok and all other browsers on windows as well. anyone knows what may cause IE not to transmit the inputs????

View Replies !    View Related
Send File Through Mail?
Hi! I have a slight "problem" and need your help!

I have a little flash form that sends data through mail. But I wanted to add something that I don't find anywhere. I don't know if it's possible at all, but I want to believe it is.
I wanted a field that would permit to send a file as an attachement. You know, just a simple "browse a file and send it" thing. I know how to do it with HTML-PHP, but with flash I have no idea.

Can anyone help me?

View Replies !    View Related
Send Mail Form With PHP
I walked through and used the application found here.
http://actionscript.org/forums/showp...0&postcount=70

I only changed the obvious (ie. my email address, domain, etc)

But when i try and send the message I get "Email Failed" in the status text area.
Anyone have any ideas?

I have been trying to get a form to email using php now for a week or so with only some luck. I can get it to send me the email but it is not passing any of the variables, so there is no content.

I am using Flash 8.

View Replies !    View Related
Send E-mail Through Flash
I have to make a form with some feilds and "Submin"-button.
I found some totorials, but they a too complicated and contain many things, which I don't need. That's why need some script, which sends e-mails.

View Replies !    View Related
Possible To Send E-mail With Attachment?
Hello everyone. Quick question. Is it possible to have a Flash 8 SWF open up the default e-mail client on a PC and send an email with a PDF attachment?

If so, how can this be done? Can it be done natively in Flash or do I have to buy a 3rd party add on for this?

Thanks!

JazzMan

View Replies !    View Related
Newsletter / Send E-Mail
I´ve got nothing to do with php but i simply need help how to send a simple pre-created .html document (newsletter.html) that´s in a servers directory.

The Flash part,

just a simple textinput field where clients can put in their e-mail, on clicking ok they should get the newsletter.html as an html e-mail with checking if the file exist and if the e-mail is well formated.

could you please help me how to do this, i am completely a noob on PHP

View Replies !    View Related
Send Mail Form Using Php
I am using the send mail tutorial to make a form on my site. The form is for booking so their are multiple feilds I need to display in the message.

How can I setup the php, so that when I get the email i get something like this in the message:

Name: namevariable
Phone: phonevariable
Date of Event: datevariable

etc...

I dont have very good knownledge of php so how could i do this, if at all possible.

Thanks

View Replies !    View Related
Flash Send Mail -- ASP
Hi all. Hope I did not just scare off everybody with the ASP ref.
Does anyone know how to do this? I know PHP can but that is not my server.

I have an app. and if it errors out I need to go to plan B (frame 10) on frame 10 I would like to have a form that would be prepopulated with the users info from frame 1 with a button that would send an email via ASP to me

Thanks
B

View Replies !    View Related
Send Form Mail
Hello
i did a form to sned mails that works fine, but one field i want to have smiles.. it works.. the smiles appear on the text field but when the form is sent nothing happends...
check the zip attached so you can understand what i'm talking about.

Thanks

http://www.endbox.com/testes/mailes.zip

anyone can help me?

View Replies !    View Related
Send Mail With PHP, ASP, Or Perl
Find out more Here







Attach Code

<?php //tells the server this is php
//-------------------------------------
// the below code set the headers. There can be a bit difficult to understand fully.
// Information about them and all the commands below can be found at the PHP manual
// NOTE TO ALL USERS - Gmail and some older server configs DO NOT like
, just use
with it comes to html emails.
$headers = 'MIME-Version: 1.0' . "
";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "
";
$headers .= 'From: Your Websites Name Here <' . $_POST['email'] . '>' . "
"; //you can put your websites name in here or anything else you like
//$headers .= 'Bcc: <a href="mailto:another@email.com'">another@email.com'</a> . "
"; //this is optional.
//------------------------------
// gets variables from flash
$to = <a href="mailto:'your@email.address'">'your@email.address'</a> //inset the email address it goes to here
$subject = $_POST['subject_txt'];
$message = $_POST['message_txt'];
if ($_POST['message_txt'] != "") { //this checks to make sure someone didn't visit the page manually by making sure message_txt is not empty
$ok = mail($to, $subject, $message, $headers); //this line sends the mail and returns true or false
if($ok) {
echo "&server_mes=ok&"; //if mail was send print to the screen "&server_mes=ok"
} else {
echo "&server_mes=fail&"; // if mail was NOT sent, print to the screen "&server_mes=fail"
}
}
?>

View Replies !    View Related
As Scrit To E Mail? Does Not Send
i have viewed many different scipts? none the same.

i followed my lesson and developed the following script and attached it to the button, but it does not work, the trace works.

Can someone tell me why only the email appears in the default e mail browser:

on (click) {
// these statements simply read the data from the input fields
// and print them to the output window for debugging
trace(this._parent.body.text);
trace(this._parent.body1.text);
trace(this._parent.body2.text);
trace(this._parent.body3.text);
trace(this._parent.body4.text);
trace(this._parent.body5.text);
trace(this._parent.body6.text);
trace(this._parent.body7.text);
trace(this._parent.body8.text);
trace(this._parent.body9.text);
trace(this._parent.body10.text);
trace(this._parent.body11.text);
trace(this._parent.body12.text);
trace(this._parent.body13.text);
trace(this._parent.body14.text);
trace(this._parent.body15.text);
trace(this._parent.body16.text);
trace(this._parent.body17.text);
trace(this._parent.body18.text);
trace(this._parent.body19.text);
trace(this._parent.body20.text);
trace(this._parent.body21.text);
trace(this._parent.body22.text);
trace(this._parent.body23.text);
trace(this._parent.body24.text);
trace(this._parent.body25.text);
trace(this._parent.body26.text);
// save the return email address
returnEmail = this._parent.to.text;
// create an empty string variable to store the data
urlData = "";
urlData += "body: "+this._parent.body.text+newline+" ";
urlData += "body1: "+this._parent.body1.text+newline+" ";
urlData += "body2: "+this._parent.body2.text+newline+" ";
urlData += "body3: "+this._parent.body3.text+newline+" ";
urlData += "body4: "+this._parent.body4.text+newline+" ";
urlData += "body5: "+this._parent.body5.text+newline+" ";
urlData += "body6: "+this._parent.body6.text+newline+" ";
urlData += "body7: "+this._parent.body7.text+newline+" ";
urlData += "body8: "+this._parent.body8.text+newline+" ";
urlData += "body9: "+this._parent.body9.text+newline+" ";
urlData += "body10: "+this._parent.body10.text+newline+" ";
urlData += "body11: "+this._parent.body11.text+newline+" ";
urlData += "body12: "+this._parent.body12.text+newline+" ";
urlData += "body13: "+this._parent.body13.text+newline+" ";
urlData += "body14: "+this._parent.body14.text+newline+" ";
urlData += "body15: "+this._parent.body15.text+newline+" ";
urlData += "body16: "+this._parent.body16.text+newline+" ";
urlData += "body17: "+this._parent.body17.text+newline+" ";
urlData += "body18: "+this._parent.body18.text+newline+" ";
urlData += "body19: "+this._parent.body19.text+newline+" ";
urlData += "body20: "+this._parent.body20.text+newline+" ";
urlData += "body21: "+this._parent.body21.text+newline+" ";
urlData += "body22: "+this._parent.body22.text+newline+" ";
urlData += "body23: "+this._parent.body23.text+newline+" ";
urlData += "body24: "+this._parent.body24.text+newline+" ";
urlData += "body25: "+this._parent.body25.text+newline+" ";
urlData += "body26: "+this._parent.body26.text+newline+" ";
urlData += "to: "+this._parent.to.text+newline+" ";
trace(urlData);
getURL("mailto:jonathan.gibbons@3designasia.com?subject=CompanyEmployeeInfo&body="+urlData);
}

yours

jon

View Replies !    View Related
Mail Form Will Not Send...
I made up a little flash site for school, and now it doesn't want to send the message of the mail form (it uses Php..) If anyone could help I would be very Happy


The adress is http://www.geocities.com/nova_college2003/
->just click on invite to see.

(sorry for the geocities adress, but i didn't have an other webspace availlable!)

The scripts and the php file is from the tutorial about: Flash-Based Email Form Using PHP
http://www.kirupa.com/developer/acti...php_email.htm/

I have altered the movie as less as possible to keep it working.

the send buttons actionscript:

ActionScript Code:
on (release) {    // send variables in form movieclip (the textfields)    // to email PHP page which will send the mail    form.loadVariables("email.php", "POST");}

View Replies !    View Related
Send Flash In E-mail
hello,

i have tried to send a flash in e-mail and the active-x allways block it. well in my computer if i really want i can turn it off but the chances that the people that receive the mail has it on and wont see the flash are big.
so..theres anyway to attach a swf file to a e-mail and the user be able to watch the animation right on the mail program.. like what happend when a jpeg is sent.

Thanks

View Replies !    View Related
Send Mail With Flash Please
Hi to every especially the one who can help me with this

I'd like to know ( if it's possible !) if someone visit me my website is it possible for him to send me message through my website that can go to my mail box....

you can visit that to see what I mean : www.designbyrono.com

thanks

View Replies !    View Related
Send Mail With Flash
Hi... Please help me,

I was asking how I could use Flash MX to allow visitor in my website to send me Email or message that could go through ma mail box. I had an answer but it doesn't work.

they gave me a php file that modified with my own E-mail Address and a swf with a html file that Ive used too

But it doesn't work...! why? I've got a free web hosting and they support PHP. http://www.coolpfreepage.com

Can somebody please Help me !!!!!!

View Replies !    View Related
Send To Mail Form
Hello
i did a form to sned mails that works fine, but one field i want to have smiles.. it works.. the smiles appear on the text field but when the form is sent nothing happends...
check the zip attached so you can understand what i'm talking about.

Thanks

http://www.endbox.com/testes/mailes.zip

anyone can help me?

View Replies !    View Related
Onclick Send Mail
Hi Kirupians!
Guess its a stupid question but I made a button AS3 and I want it to open a mail client, but cant figure out how.
Could someone help me with the code please?

Thanks!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved