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




Send Email



any body know, where am I wrong? I create swf buisness card, and on the button "email" i'm using action script -on (release) {getURL("mailto:me@yahoo.com?subject=Question about your Project", "_blank", "GET");}and it does't work at all. same action script I'm using on my web sides and it WORKS.could any body of you, who is better than me, give me some advice to fix this issue?thanx



Adobe > Flash Site Design
Posted on: 06/26/2007 02:27:50 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Email Forms That Send Email To Other Email Addresses
hello, well, I'm not sure who to ask about this problem. The thing is I really want to make an email form that can send email to other people. I have seen email feedback forms here that send email to my address but I would really appreciate it if someone could help me make one that sends email to other addresses. I have made an email feedback form already and its at http://www.jeviwebs.com/beatles/mail.swf if you want to view it. If any of you know of any tips, please email me or respond to my post here thanks! BTW, that feedback form was based on matthew summers tutorials here

it is in the send button where I have the problem

here is the action script for the action layer:

recipient = "";
targetpage = "http://www.jeviwebs.com/beatles/ecard.htm";
stop();

this works ok since you will specify the email address of the person to send email to (thus the blank recipient variable) but here is the main problem...the actionscript for the send button....since I want to send emails to other people, I can't use my cgi bin for that.

on (release) {
getURL("http://myaddress.com/cgi-sys/mailform.cgi", "lower", "POST");
}
on (release) {
gotoAndPlay(2);
}


I know that there is a way through this...I can change and do actionscript if someone can help me out...thanks you guys

Send An Email With The Users Email To An Email Address
ok..the subject may be a little confusing but this is what i have...

an input textbox where viewers type in their email address
a submit button

i want it so that when you hit submit after typing in your email address it sends an email to your@address.com providing you with whatever the person typed in the input textbox

is this possible without using php or asp or whatever?

peace
spen

[F8] Do You Know How To Send An Email To An Email Address
Do you know how to send an email to an email address with a predetermined message from flash using Flash & PHP????

Send A Email
I am making a CD-ROM using flash. I need the user to be able to click a button and send an email to a fixed email address. I tried to use a getURL like this: getURL("mailto:address") but that does not work.

Please help me in sending an email from a flash projector (.EXE).

Send Email
In the navigation Menu, I have a button called Contact. When the user clicks this button, I want it to open up there default email client with a new email already addressed to my email address.

Does anybody know how to do this?

Send Email
is there a way to send the info in a text a text box and and what radio button a user has selected and email them to someone without having outlook pop up?

[F4] How Do You Send Email?
I want to be able to create a Flash interface which has a comment box, that the users can type a message into. Then they'll be able to click a button that would sendb that message to my email.

Any tutorials would be great! I would like to be able to do this the simplest way. Thanks

Send Php Email Without Pop-up?
Hi all,

I've built a kiosk application for a beautiful 24" iMac touchscreen (from trolltouch.com). It all works as it should but I have one remaining issue to fix.

There is a contact section with a submit button that sends the users info via php to an email address for collation. This all works fine.

What I'm trying to do is find away round the ugly browser pop-up window that is necessary so that the php email function is called.

Is there any way I can do this without opening a browser window?

Thanks

Send Email Help
I'm having some problems with my send mail and I can't figure out why!
I'm not sure if its in the php or in the action script.

Here's my php and my fla. is attached:

<?php
$contact_name = $_POST['name'];
$contact_email = $_POST['email'];
$contact_subject = $_POST['subject'];
$contact_message = $_POST['message'];
if( $contact_name == true )
{
$sender = $contact_email;
$receiver = "creativechaos21@gmail.com";
$client_ip = $_SERVER['REMOTE_ADDR'];
$email_body = "Name: $contact_name
Email: $sender
Subject: $contact_subject
Message: $contact_message
IP: $client_ip
Flash
$extra = "From: $sender
" . "Reply-To: $sender
" . "X-Mailer: PHP/" . phpversion();
if( mail( $receiver, "Flash Contact Form - $subject", $email_body, $extra ) )
{
echo "success=yes";
}
else
{
echo "success=no";
}
}
?>

How To Send Email With AS3
Hi
I would appreciate if you could help me with a problem
I have been trying out this code:


ActionScript Code:
import flash.events.MouseEvent;
import flash.net.*;

function openPage(event:MouseEvent):void {
var request:URLRequest = new URLRequest("mailto:name@gmail.com"+"?subject="+"&body=");
request.method = URLRequestMethod.POST;
navigateToURL(request, "_blank");
It always opens an outlook mail and I have to push the send button
is there any way for it just to send the mail without the push on the send button???
regards Arni

Send Email From FMS?
Is it possible to send an email from FMS? If not, how would I go about creating a connection from FMS to a http server running PHP? Just use LoadVars like a regular Flash client? Would that invoke cross-domain issues to resolve?

Send Email
Hi there ppl, i need to make a code for my buttons that will let you send an email to me, i tyred this:

on(release){
getURL('mailto:myemail@place.com?subject=Mail From Site');
}

i rely thoguth that wpulkd work...but it didnt, hahaha. anyways I domnt know how elkse to do it so if anyone can help?

How To Send An Email With A Swf In It
how can i send an email using outlook express (or outlook) with an embedded swf inside an HTML?

my HTML has an absolute link to where the html and swf are residing on the net as well.

the flash/swf animated email i have created has PHP built into to it too. will my PHP work inside a flash email ?

or is my best option just to email a link ?

i have tried changing my stationery setting in outlook (and OExpress) to use the html as my background, but the embedded swf doesnt work. even with the absolute link

((sorry if these are dumb questions, i have never done this email thing before))

thanks

Send A Email
how to send an email with Flash?

Send An Email
Hi there I just got the tutorial how to send an email with php method but when i send it

I don,t get any thing please is there any help .

Regard

Send Email
Hi there ppl, i need to make a code for my buttons that will let you send an email to me, i tyred this:

on(release){
getURL('mailto:myemail@place.com?subject=Mail From Site');
}

i rely thoguth that wpulkd work...but it didnt, hahaha. anyways I domnt know how elkse to do it so if anyone can help?

How To Send An Email With A Swf In It
how can i send an email using outlook express (or outlook) with an embedded swf inside an HTML?

my HTML has an absolute link to where the html and swf are residing on the net as well.

the flash/swf animated email i have created has PHP built into to it too. will my PHP work inside a flash email ?

or is my best option just to email a link ?

i have tried changing my stationery setting in outlook (and OExpress) to use the html as my background, but the embedded swf doesnt work. even with the absolute link

((sorry if these are dumb questions, i have never done this email thing before))

thanks

How To Send Email Via ASP?
The following is my code, there is no any error report, but the email cann't be sent? Please help me...
<%

dim cdoLow,cdoNormal, cdoHigh, cdoBodyFormatHTML, SendMail
dim cdoBodyFormatText,cdoMailFormatMime, cdoMailFormatText

dim oMailMessage
Set oMailMessage = server.CreateObject("CDONTS.NewMail")
oMailMessage.To = "gyguo@hotmail.com"
oMailMessage.From = "billuo@hotmail.com"
oMailMessage.subject = "test"

oMailMessage.Body = "body"

oMailMessage.Send

set oMailMessage = nothing

if Err then
SendMail = false
Response.Write("wrong")
else
SendMail = true
Response.Write("right")
end if

%>

How To Send Email With A Swf In It
how can i send an email using outlook express (or outlook) with an embedded swf inside an HTML?

my HTML has an absolute link to where the html and swf are residing on the net as well.

the flash/swf animated email i have created has PHP built into to it too. will my PHP work inside a flash email ?

or is my best option just to email a link ?

i have tried changing my stationery setting in outlook to use the html as my background, but the embedded swf doesnt work. even with the absolute link

((sorry if these are dumb questions, i have never done this email thing before))

thanks

URGENT HELP How To Send A Email From Swf ?
HI, Do you Know how to send a email from a swf movie (like pressing a button )
Thanks!
Trasgu

Send Email Field From Cd
HI, does any body know a way to send forms completed off a cd to an e-mail w/o having to use any server-side cgi, extentions, etc.??

jason

Send Form To Email
I am trying to figure out how to get a form to send to an email address using a submit button. i am trying to work through this tut "the idiot's guide to creating and using forms in flash 4+"

i am stuck on this .asp script, I'm not compeletely sure what to do with it.

can somebody help with this or give me a better way of doing this

Send Comments To An Email?
Is there a way i can make a text box for someone to type say there name then another one underneath for there comment and then another one for there email, and then once pushed a button it sends it all to my email?

Send Variable Via Email
hi ...i want to know if its possible to send variable via email and php ...the only thing i am able to do is to send input text variable but not dymamic text variable.
Thanks in advance

How Do I Send Email From Flash?
i want to send email by openning the user mail box
something like in java script : "email:to@blabla.com"
how do i do it from flash?
thnaks
peleg

Send To A Friend Email
hey i have a "send to a friend" feature withing my swf. the user enters their friend's email and their default email program opens. i want to be able to include a BCC (blind carbon copy) within the email that is sent. the code for my send to a friend button looks like this:


on (release) {
getURL ("mailto:" add email add "?subject=Brand%20New20Check%20It%20Out!&body=Chec k%20out%20this%20ecard%:%20http://www.blah.com/index.html");

}


any idea where i can throw a BCC in there? thanks!

Send Value To Spaceific Email
HI iam Khader, and i need help , i built Form and made all validation on it and i need to seend the value of the form to spaceific Email directly without using Outlook Express , iam trying to do that , ineed that usinf only flash without using php or asp , Plz I need Help

Send A Direct Email?
Hey me again.

I am now trying to find out if it's possible to send a email directly to someone.

At the moment (on the click of a submit button) I have a "mailto:" action on a form I have made.
Here is the code:
on (release) {
getURL("mailto:youradderss.com?subject=Text Placed Here" add subject add "&body=The Question: Place question here?" add "%0D%0DYour Answer: " add Answe add "%0D%0DName: " add Nam);
}

This brings up the users Email browser, and they have to click the send button in their Email browser to send it. ( too much sending as far as I am concerned).
So I want to try and find out if there is a way to send the details ( they have entered in the form ) direct to the other person. ( without their email browser coming up).

Hope I make sense.
Cheers Werglum

Send Comment To Email
Hi!

This is probably a bad question but can you send info to an e-mail without having side scripting? and if yes how?

Thnx!

Send Email Script
hello, can anyone tell me the actionscript code to assign an email button the ability to send an email?
thanks for any help

How Do I Send A Form As Email
how do i get flash to send the info in a form as an email.i want to create a guest list and just have the info cdelivered to me as an email.Is this a common simple thing? Is there a simple cgi,php thing that does this?Iknow actionscript basics and i know how to set up a for with text input boxes and define the variables...but how do i get that info into an email?.help is much appreciated!!
thanks in advance

Buttons That Send Email's
I am trying to create a button that will send an email as an HTML mailto link would. I would think this answer would be easy to find but I have had no luck. Any help or direction as to where I cna find the answer is greatly appreciated.

To Send An Email With A Bmp From Flash
I have a program that let a user design there own window once it is done right now it allows them to print it, with this code

on (release) {
gotoAndStop(4)
printAsBitmapNum(all,"bmax");


}
I would like instead of them to print it for them to email it to us is there a way to set a button up to do this from flash?

Send Email In Flash
What is the actionscript for emailing from a button?

Send Email From Flash Using Asp.net
Hi, I'm new to the programming world.Can someone please help.I'm trying to send an email from form made in flash.I gathered the following code from here and there but its not working, I don't get any error message or anything but it does not send the email.The code behind the SUBMIT button is

on (release) {

get_results_lv = new LoadVars();
get_results_lv.name = FName.text;
get_results_lv.subject = subj.text;
get_results_lv.email = Email.text;
get_results_lv.msg = msg.text;
get_results_lv.sendAndLoad("basicemail.aspx",get_r esults_lv,"POST");

ASP.NET code is:

<%@ Import NameSpace="System.Web.Mail" %>
<script language="C#" runat="server">
public MailMessage oMail;
protected void page_load(Object Sender, EventArgs e){
if (Request.HttpMethod == "POST"){
Response.Write(sendMail());
}
}

protected string sendMail(){


oMail = new MailMessage();
oMail.To = Request.Form["Email"];
oMail.From = Request.Form["FName"];
oMail.Subject = Request.Form["subj"];
oMail.Body = Request.Form["msg"];


SmtpMail.Send(oMail);

}
</script>

Thanks

Can I Send An Email Form Using Asp Instead Of PHP
I created an email form in Flash hoping to use PHP only to find out my server company did not support PHP. Can I use ASP insteade and is there an example of the code anywhere? Here is the link to my current fla.

http://my.starstream.net/jimadams/form.fla

Send Email From Flash MX Using Php
I have created an email form in Flash that is meant to send email to my Pop3 mail account at my hosting. The form wasn't working properly so I contacted administration at hosting for help.

They told me to:

1. Download an email transport at the following site:

http://sourceforge.net/project/show...?group_id=26031

2. Create a php file using script from this site:

http://www.enom.com/help/hostinghelp.asp?hosthelp=16

I have done what they told me to do but my email form still isn't working. I'm not sure how to configure my Flash scripting to work with the coding and info my administrator gave me.

Is it really as complicated as it seems?

Button Help (send To Email)
I have a button and when you click it I want it to go to an email where it emails someone im sure you will know what I mean heres an attatchment and I want it so when you click it it goes to this email Liano@mycasagroup.com

How Do I Send A Swf Email Through Outlook?
Hi everyone

I wonder if anyone can help me

I'm trying to set a Flash animation into an email in outlook to mail out as a xmas card however everything I try doesnt seem to work. So far I have:

- Set a html template with the html file pointing to the swf online as a flash object
- Set a html template with the html file using an iframe that points to the html file containing the swf file which is online.

If I go directly to the html file online containing the swf file it displays.

Everything else in the email displays ie other things from the html template such as text and graphics. Its just the swf part that is invisible.

If I send either email to myself it displays fine in outlook however if I send the email to anyone else it just doesnt display or active x warning messages come up.

Any ideas?

JO

PS I dont really want to have to send an email that says click here to see our xmas card

Send Email Button
Hello guys,

I'm new to flash and want to add a simple action to my button, so that when the user clicks on it, it launches a new mail window in their mail programme.

I've done this using:

on (release) {
getURL("mailto:info@mydomain.co.uk?subject=Enquiry ");

}

It works fine and opens the new email window, however it also opens a new blank browser window??? Is there a way to stop this happening.

Thanks in advance

[F8] Send Form To Email
I have a form that I've adapted for people to submit name, email address and comments on my website. However I need it to send the information to my email address, can anyone advise me on the actionscript to do this?

The flash file is attached.

Thanks in anticipation of your help

Regards,
Dan

GoDaddy Send Email From
I got a contact form(php) in Flash 8 that sends mail to me and the sender(this helped me a lot!:http://board.flashkit.com/board/showthread.php?t=692753 ) but i can't find the way to specify the priority of the mail

I tried:

$headers .= "X-Priority: 1
";

but this doesn't work on GoDaddy
Any help would be awesome.

Thanks!

How To Send Email Thru AS1 W/ Variables
I'm trying to send an email with 3 input text fields to a PHP script.

The input text fields are populated and I've tried using LoadVars and loadVariables and getURL, none of which have worked. I trace the text fields and they have values, and the PHP script is reached and it sends the email but not with the right content that it is supposed to receive from AS.

what's the deal? I would also prefer not to open another window as in the target property of the getURL function but would like to give confirmation of receipt directly in Flash.

Here's the code:


Code:
on(release) {

if(_parent.t2.text == "your name" || _parent.t3.text == "e-mail" || _parent.t2.text == "" || _parent.t3.text == "" ){
return;
}
else {

//loadVariablesNum ("http://www.lretr.com/php/mailer.php", 0, "POST");

emailSubmission = new LoadVars();

emailSubmission.name = _parent.t2.text;
emailSubmission.email = _parent.t3.text;
emailSubmission.comments = _parent.t4.text;

emailSubmission.send("http://www.lretr.com/php/mailer.php", "_blank", "POST");

trace(emailSubmssion.name + " = name " + emailSubmission.email + " = email " + emailSubmission.comments + " = comments");

_parent.t2.text = "";
_parent.t3.text = "";
_parent.t4.text = "";

_parent.text_mc._visible = true;

return;
}

}
here's the link to it:

www.lretr.com
go to "Contact" tab

NavigateToURL...to Send An Email
The following code works, but I have a question...the code opens the default email account and fills it with the information provided in the code (variables to, subject and body)...but can the email be sent without opening the default email...it can be done in php?


PHP Code:




import flash.events.MouseEvent;
import flash.net.*
import flash.net.navigateToURL;
import flash.net.URLRequest;

function openPage(event:MouseEvent):void {
    
    var to:String = "billymyth@gmail.com";
    var subject:String = "Application"
    var body:String = "Test";
    
    var request:URLRequest = new URLRequest("mailto:"+to+"?subject="+subject+"&body="+body);
    
    navigateToURL(request, "_self");
}

myButton.addEventListener(MouseEvent.CLICK, openPage);

Send Email Via Flash And PHP
Hello everyone,

Saw the tutorial about mail forms (link).
I just have one question... I really don't understand the evaluation on the actionscript code (see the link. Number 6 & 7).
So I have tried to download the working source, but without any help.

----------
Macromedia Flash says:
**Error** Scene=Scene 1, layer=Mail Form, frame=1:Line 7: Syntax error.
message_send = (substring(message_send, 1, msg_count-2)) add "
" add (substring(message_send, msg_count+2, (length(message_send))-msg_count+2));

Total ActionScript Errors: 1 Reported Errors: 1
---------

Is this because I use 2 buttons (one for my friend and me - see here)
I believe it has something to do with the equivalent value.

Well.. I hope you answer. It's a old tutorial though.

- Oscar Meyer
www.meyerandlewinsky.com

How To Send Email From Flash8 Using Asp Or Php
How to send Email from flash8 using asp or php
Anybody help me to ...

How To Send Email Thru AS1 W/ Variables
I'm trying to send an email with 3 input text fields to a PHP script.

The input text fields are populated and I've tried using LoadVars and loadVariables and getURL, none of which have worked. I trace the text fields and they have values, and the PHP script is reached and it sends the email but not with the right content that it is supposed to receive from AS.

what's the deal? I would also prefer not to open another window as in the target property of the getURL function but would like to give confirmation of receipt directly in Flash.

Here's the code:


Code:
on(release) {

if(_parent.t2.text == "your name" || _parent.t3.text == "e-mail" || _parent.t2.text == "" || _parent.t3.text == "" ){
return;
}
else {

//loadVariablesNum ("http://www.lretr.com/php/mailer.php", 0, "POST");

emailSubmission = new LoadVars();

emailSubmission.name = _parent.t2.text;
emailSubmission.email = _parent.t3.text;
emailSubmission.comments = _parent.t4.text;

emailSubmission.send("http://www.lretr.com/php/mailer.php", "_blank", "POST");

trace(emailSubmssion.name + " = name " + emailSubmission.email + " = email " + emailSubmission.comments + " = comments");

_parent.t2.text = "";
_parent.t3.text = "";
_parent.t4.text = "";

_parent.text_mc._visible = true;

return;
}

}
here's the link to it:

www.lretr.com
go to "Contact" tab

Can Flash Send Out Email?
Hello all,

Wondering if anyone might be able to point me in the right direction (not quite sure where to start looking). I hope there exists the possibility for flash to fire off an eMail to whatever address one types in. EX: I type in tylercomix@eMails.com and press enter; next thing I know I've got an eMail in my 'tylercomix@eMails.com' account (not real by the way) that was generated and sent out via actionscript code...

Could it be as simple as creating an input box and sending that string to an eMail account set to autoreply? Not sure, sounds dumb I bet but I hope someone might have a minute to help.

Thanks in advance,

tylercomix

Click To Send Email
Hi all,
I need to know if its possible with Actionscript 3.0 to make appear, after clicking a text link, a box meant to send an e-mail.


Thanks !

Copyright © 2005-08 www.BigResource.com, All rights reserved