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








Another Mail Question...


I'm looking for a script that I can apply to a movie clip button that will do the same thing as this HTML code:


<img src="images/button.gif" width="16" height="15" align="absmiddle"><a href="mailto:me@kiruparules.com">Mail Me</a></font></p>

Its just a MAIL script that will open your default mail program.




KirupaForum > Flash > ActionScript 1.0/2.0
Posted on: 03-20-2007, 01:11 PM


View Complete Forum Thread with Replies

Sponsored Links:

MXform To Php Mail() Displays French Chars Wrong In Resulting Mail ¿¿¿
hi there,
hope somebody can help me on this one, can't find it out - I'm still new to php
I'm using a simple PHP scipt to send e-mails form a Flash MX website's form to just one mailbox.
it works fine, except one prob: the website is in french and the special characters of the language apear wrong in the resulting e-mails : é,ô,ï,ç,etc ... the latin 1 supplement character range is not displayed correctly . The concerning characters only show up correctly in the mails when i set the textformat of the mail client to utf8 (no wonder isn't it) . but this is not desierable .... is there any other way to get it sorted ... (please no Sysem.useCodepage = true; stuff , which is kind of uneffectiv with different platforms: Mac -PC use different codepages)
mayby: what can i do to the utf8 encoded mailbody variable in PHP to make it show the accented chars ?
extract of what i tried :

snip

$mailContent = "$mailBody";
$mailMessage = utf8_decode($mailContent);
mail(.....,....,$mailMessage,...);

snip

but the script wouldn't sent mails anymore

thanx for reading and help !
bingo

View Replies !    View Related
Dada Mail/Flash Setup (formerly Known As Mojo Mail)
Can anyone tell me how I might go about integrating Flash and Dada?

I have Dada all set up, but in its current state I need to have a button in my main movie that opens a pop-up directed at the subscription URL, once there the user can enter their e-mail and subscribe to my list. I would like to have an input text box in my main movie that can communicate the e-mails to Dada. Something similar to what you find on the majority of website mail lists. Can anyone help me with this?

Thanks,

Mike

DADA MAIL SITE: http://mojo.skazat.com/

View Replies !    View Related
[CS3] My E-mail Link Automatically Opens A New E-mail Window
Hi, I'm trying to just create a simple e-mail link which opens up a new e-mail window when you click on it. But whenever the page loads with the link on it it just automatically pops up a new e-mail window. I'm currently using the script:

on (press) {
getURL(mailto:enquiries@sart.co.uk);
}


I have also tried:

on (release) {
getURL(mailto:enquiries@sart.co.uk);
}

View Replies !    View Related
PHP Form-mail Being Recieved As JUNK-MAIL
hello, i'm having trouble with a PHP form-mail for flash that i grabbed from http://www.bigjolt.com
i tried contacted the dude himself, but no response.
the problem is that after the form clears, i recieve the mail
in my Hotmail 'junk-mail'
i tried adjusting my Hotmail junk-mail filter but had no luck.
plus if i email myself on the form, it should just be like emailng yourself through a regualar email client, which doesnt go to the junk mail box.

basically i need a PHP script with a flash-form thats easy to configure, and that also sends a custom message back to the user.

you can try out the one i have right now here:
http://zain.squarepusher.info

and see if it comes in your junk mail or what??

thanks a lot!~
~Zain

View Replies !    View Related
Dada Mail (formerly Mojo Mail) And Flash
Does anyone have experience interfacing Dada Mail with Flash? I'm trying to set up a mail list in Flash MX 2004 (e-mail, name, and send button). I have Dada Mail configured on the server, but currently I have to direct viewers to a seperate page outside my site in order to enter their info.

PS- I am not opposed to scrapping Dada Mail if anyone can tell me a simpler way of going about this.

Thanks,
Mike

View Replies !    View Related
Not Receiving E-mail From Mail Form
Hey all,

I know that there have been dozens of posts regarding mail form problems. I've read over all of them, but haven't found anything to help with my problem.

I have a very simple mail form on my flash site, and am using a .php file to handle the information and send it to my email. It all appears to be functioning correctly, except I'm not receiving my emails.

I've checked with my server and they said everything appears to be in order, and it must be a problem with my script. I've done this many times in HTML, but this is my first in Flash. Any help is greatly appreciated!

I'm attaching my flash file, and I'll print my .php below.

<?

$adminaddress = "form@outshinewebdesign.com";
$siteaddress ="http://www.outshinewebdesign.com";
$sitename = "Outshine Web Design";

//No need to change anything below ...
// Gets the date and time from your server
$date = date("m/d/Y H:i:s");

// Gets the IP Address
if ($REMOTE_ADDR == "") $ip = "no ip";
else $ip = getHostByAddr($REMOTE_ADDR);

// Gets the POST Headers - the Flash variables
$action = $HTTP_POST_VARS['action'] ;
$email = $HTTP_POST_VARS['email'] ;
$name = $HTTP_POST_VARS['name'] ;
$comments = $HTTP_POST_VARS['comments'] ;

//Process the form data!
// and send the information collected in the Flash form to Your nominated email address

if ($action == "send") {
//
mail ("$adminaddress","Info Request",
"A visitor at $sitename has left the following information

Name: $name
Email: $email

The visitor commented:
------------------------------
$comments

Logged Info :
------------------------------
Using: $HTTP_USER_AGENT
Hostname: $ip
IP address: $REMOTE_ADDR
Date/Time: $date","FROM:$adminaddress" ) ;

//This sends a confirmation to your visitor
mail ("$email","Thank You for visiting $sitename",
"Hi $name,

Thank you for your interest in $sitename!

Cheers,
$sitename
$siteaddress","FROM:$adminaddress") ;

//Confirmation is sent back to the Flash form that the process is complete
$sendresult = "Thank you. You will receive a confirmation email shortly.";
$send_answer = "answer=";
$send_answer .= rawurlencode($sendresult);
echo $send_answer;
} //


?>

View Replies !    View Related
Flash/CGI E-mail Form -- Form Sends Info To E-mail? HELP Please (AIM/ICQ)
I am trying to make a flash file where you enter in information and then you click send and it sends the data in the form to my e-mail address. I tried customizing all of the cgi ones from the movies section of flashkit, and modifyied the cgi script accordingly. No matter what I've tried, I won't receive the information in my e-mail. For me, this matter is too hard to resolve over e-mail or a forum, so if you would like to, please help me out over instant messenger. I will be online under AIM name: blizzardmedia and ICQ number 64322480

Thanks for your help.

View Replies !    View Related
Mail Form Php , Did A Few Tut. Anyone Got A Simple Way To Just Make A Php Mail Form ?
anyone got any simple tutorial that goes thru how to make a php ...mail form... ?

also wanted to get some feed back on my new site and which one you guys like better

www.vpactive.com
new one > www.vpactive.com/vpnewwebsite.html

aight THIZANKS

View Replies !    View Related
Mail To Box
Please tell me how to open outlook express after clicking a
button like "e-mail me"? Please help...... Its urgent

View Replies !    View Related
ASP Mail
Anybody knows how to call variable to ASP from Flash? I' trying with Request.Form ("variable"), but it doesn't work. Please don't redirect me to the tutorial available in Flashkit, it doesn't work.
I have ASP mailer, that works, but when I try to put my varizble in it, it stops working.

View Replies !    View Related
E-mail
Hey,

How do i make an e-mail scene on my site that the user fills out and sends from my site:

ie.

name: dynamic text field
email: dynamic text field
comments: dynamic text field

And then when they click the submit button, it takes all the information and sends it to my e-mail.

matt.NET

all i have right now is the geturl action with the mailto action.

It's kinda boring, don't you think!

L8

View Replies !    View Related
E-mail
Hello all, I seem to have forgotton how to place an e-mail address in the actions, (i think.)

Heres what I wanted to do, when the user clicks the button. their e-mail program open with my e-mail address alreay in.

Thanks for the help.

View Replies !    View Related
E-mail
How do you create an e-mail to send data from a particular frame.

View Replies !    View Related
E-Mail
Hi,
How do i make a button, instead of geting a url gets the e-mail so u can send an e-mail to the webmaster??
thanks

View Replies !    View Related
E-mail
how do i put a a contacts into my movie
say like i want pplz to be able to type there name e-mail subject and comments... and when they press "submit" or "ok" it woul go directly to my e-mail.Thank You

View Replies !    View Related
Mail To
I'm having a problem creating a button so that my vistors can click on and send me email. I go the "GET ULR" on right, but can't figure out the EMAIL.
Can someone help me please?
Thank you

View Replies !    View Related
PHP Mail?
Hi, I kneed a php mail script that I can use with a flash form, does anyone know of a tutorial somewhere (MY host only supports PHP, so the ASP tut's are no use) or does someone perhaps have a script that is easy enough to use/understand?

Thanks

View Replies !    View Related
I've Got NO Mail?
Alright this should be an easy one. When I go to use a :
getURL("mailto:mail@mail,com") it doesn't open a mail program, anyone know how to fix this, I'm sure I probably used the wrong function or something, thanks.
Justin

View Replies !    View Related
CGI MAIL
i am really struggling with setting up input fields and getting it to actually send to a server......any direction would be greatly welcome.........

View Replies !    View Related
Mail
How do I make an email action work?
Example: press the button; viewer's email pop's up.

View Replies !    View Related
PhP Mail
I am working on fixing up a site. it is a simple one level site (one FLA file)with numerous movieclips that load when a button is selected.

It is a site I had made a year ago, and haven't done much with it. Well I decided to try and create a form that emails me from the site using php.

I got the php form to work since I received the emails with the messages, however, I can't get the php form to send a message back to the flashed form saying the email has been sent.

The site is one level with a number of movie clips placed in it. Do I have to go _root.( ?) and list each and every movie clip it passes through.

Please help me out if you can,

Greg
ps. I am sure it is easy and I am over thinking this problem....I got it to work on a site where I load swf into it etc, but can't get this to work.

View Replies !    View Related
E-Mail
Hi!

I'm using Flash MX and I'm trying to make a e-mail button and I try this script:

on (release) {
getURL("mailto:skp@sympatico.ca");
}

but when I click it nothing happens!

Help me!!!!

View Replies !    View Related
E-mail Thru PHP
Hi guys,

I have followed the E-mail in Flash thru PHP, and I tried to make it on my PC, but I am not able to send any mails

Please look at the tutorial: http://www.flashkit.com/tutorials/Dy...-658/index.php

Tell me what's wrong!!
thanks

View Replies !    View Related
Mail In MX
What is the AS in Flash MX for button to make an e-mail? In Flash 5 it was:

On (release)
getURL (mailto:moi@mail.com)

But that doesn't work @ MX ??!!

View Replies !    View Related
How To Add Tex In A E.Mail
I know only how to add <?subject=> on the subject box.
About the sript to add some tex on the text box?
Thanks,

View Replies !    View Related
SWF In An E-mail
Is it possible to put an SWF file into an email and if so how would you do this?

Any help would be great!

Cheers

Jemes

View Replies !    View Related
E-Mail
Hi,

I'm making a website, and I'd like to know how to create an e-mail button (i hope you all know what im talking about).



Thanks for all your help...

View Replies !    View Related
E-mail
this is what i have on a button
on (release) {
getURL("mailto:mike@gatzkecues.com");
}
this should work no? it will not pull up outlook express? any thoughts

Thanks
JOptionPane

View Replies !    View Related
Mail To .......................
I'm trying to create a button, that when clicked on, will prompt an email client to open on the users computer. (Outlook for example) In the email client window, I want to have pre-set a subject line along with body copy and a URL link. The purpose is so a user can view an ECARD I'm designing, and click a "send this to a friend" button.

HEEELLLLPPP!!!!
I know this is probably pretty simple stuff, but I'm a designer . not a scripter. :-)

Thanks! - Gary

View Replies !    View Related
Mail+php?
korst.tk

hello everybody,

I have a compicated problem and maybe here is somebody who can help me;

I've made a drawing pad and visitors must be able to upload their drawing to the site, or send an e-mail with the drawing attached. the button must be in the flashfile.

second option for this script:

visitors make a selection of pictures and the pictures must be mailed to an emailadress you can fill-in, kind of e-card, but people must see a swf/jpg/gif/png/bitmap(whatever format, an image) document in their mail. the button must be in the flashfile.

i hope it's a clear description and here is somebody who can help me with this.

Thanx

D

View Replies !    View Related
E-mail? Please Help.
Hi,

I was wondering, what do I have to do to make a button, or text have some sort of code so that once clicked on, it'll let you send an e-mail to that desired e-mail address.

Thanks,

NK.

View Replies !    View Related
E-mail
What i want to do is at the end of my movie, an easy input text box so people can write a reveiw, click a button, and then outlook pops up, name in the e-mail thingy and the context is put in the big square.

I assume the code would be like-

Code:
on(release) {
getURL("mailto:e-mail$subject")
}
I don't realy konw how to manipulate this, and assuming the var for the input text box would be 'text'..... would it work? Or is it just not possible in flash?

What i mean is that you basically write the e-mail in flash and then you just press send, and then the finished e-mail pops up and then you press send on the e-mail. Get me?

Thanks.

View Replies !    View Related
Mail To:
being stupid,
can someone tell me how to set a button to send an e-mail
please
cheers

View Replies !    View Related
E-mail
Does anyone know how to make input text submit to their email address in Flash. What I have is three text fields 1)Name 2)Number 3)Zip then there is a submit button. How do I get the submit button to send the results to an e-mail address.


Thanks in advance,

View Replies !    View Related
E-mail
I have an input box(eMail) for the viewer to type their email in...then it should send their email to my email(promisesforbethany@hotmail.com). This is the code I thought would work, but obviously doesnt. Any suggestions?



on (release) {
eMail.send(mailtoromisesforbethany@hotmail.com);
}

View Replies !    View Related
Mail
ive got this page ....http://www.promisesforbethany.com/fanclub.html

now, when u click the Join Now button it opens ur email, then it fills in the To:, Subject:, and Body:, but i want the body to include the things they typed in the form....
how do i get the input into the body?

thanks

View Replies !    View Related
Mail To
how do i create a mail to button similar to the html mailto:

View Replies !    View Related
Mail To - Huh
For some reason, my link:

on(press){
getURL("mailto:me@me.com");
}

is opening a browser window with mailto in it. I'm sure this was not always so...

Is my syntax right?

M@)

View Replies !    View Related
E-mail
how do i make a form that lets users send mail to an address using my smtp server?

i want to make text boxes in which the user can enter a name, e- mail, and comments, then press a button and have it send through my mail server from a certain address..

can i do this?
chris

View Replies !    View Related
PHP Mail Help
I have a flash mx form and a PHP page. The flash form is to collect e-mail addresses and send them to the PHP page to be sent. My problem is, it's multiple e-mails, so, I'm trying to use a ListBox, but I can't find a way to send the contents of the list-box to a PHP page, it's only sending the object which PHP doesn't seem to know what the heck it is.

Thank you very much..

Tibby

View Replies !    View Related
Mail To?
wots the code to send an email?if u no wot i meen...so that if the buton is presd ur email account will open?

View Replies !    View Related
E Mail
Really basic question here, How do I link an e mail to a button
using outlook or whatever the user's service is ?

I tryed this:

on (release) {
getURL("mailtohotos@susancarmody.com", "_blank");
}



am I way out in left feild??
Thanks very much, M

View Replies !    View Related
PHP Mail
Hi i have a php file called sendmail.php which contains

<?
$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;

mail( "developer@aqualics.co.uk", "Feedback Website Results",
$message, "From: $email" );

?>

Lets say i have to text boxes (instance names are msg and eml)and a button on my stage what is the SIMPLEST way to pass the values of the to the php file?

Thx

Flash 8 Action Script 1

View Replies !    View Related
Mail With Asp
Hi I need a tutorial for an asp/flash email form which includes the fields: Name,Email,Message but also puts in a set subject message in the message bar eg email sent through website - so that the person receiving the email immediately knows where its from

Hope someone can help

Cheers Max

View Replies !    View Related
PHP Mail HELP...please
This is DRIVING ME NUTS!!! I finally made the switch from Swish to Flash, thanks to a great (old) book called foundation Flash 5. The movie works great! My forum USED to work on PHP4 but now I am on a server running PHP5. Now my form doesn't work

I have a very simple form. 3 text blocks with vars of fullname, email, and message.

This is the code for my send button

Code:
on (release)
{
if (fullname eq "" || email eq "" || message eq "")
{
stop ();
}
else
{
loadVariablesNum("/form.php", 0, "POST");
gotoAndStop(50);

} // end else if
}


This is the code to my form.php

Code:
<?php
$fullname=$_GET['fullname'];
$email=$_GET['email'];
$message=$_GET['message'];

$to="support@weather4powerpoint.com";
$subject="Contact Form from Wx4PPT";
mail($to,$subject,$message,"From: Weather 4 PowerPoint Contact Page
Reply-To: $email
");
?>


When I get the email I get the subject, from and to.. NOTHING in the body of the email??? if you can help I will GREATLY appreciate it!

The site with the form is, if you have not already noticed http://www.weather4powerpoint.com chose flash and click contact in the menu.

Thank you for any help that you can offer.

View Replies !    View Related
PHP Mail
Hi

I have a PHP email button that talks to a PHP file on the server. This worked in the beginning but not anymore. Now i wonder: do I need to put a pull path into the script? it currently reads as follows:

on (release) {
//please use these names
email=mailvar;
esender= new LoadVars();
esender.uemail=email.text;
esender.send("../kontakt_mail.php","POST") ;
}

bb

View Replies !    View Related
Bcc Mail?
heya people!

I have a button that will open outlook express to send an email, but I want to send as BCC not the email itself...
example: the mail is to info@project.com, but how do I send it through BCC to john@project.com?

anyone knows how to do this?

cheers!

View Replies !    View Related
Mail
is there a way to send a form mail directly to like my inbox in flash

or would i have to use php of asp or coldfusion or something like

that

View Replies !    View Related
E-Mail
What is the script I would attach to a button to make it an e-mail link? Thank you.

View Replies !    View Related
AS3.0 <<>> PHP E-MAIL
Hi everybody,

I want to create a connection using AS3.0 with PHP and send an e-mail but no luck for now.
my code so far is AS3.0:










Attach Code

var url:String = "sendmail.php";
var request:URLRequest = new URLRequest(url);
var variables:URLVariables = new URLVariables();
variables.from = object.getChildByName("your_input_mc").dyntext.text;
variables.to = object.getChildByName("their_input_mc").dyntext.text;

request.data = variables;
navigateToURL(request);

And my PHP code:

$fromEmail = $_POST['from'];
$toEmail = $_POST['to'];

$subject = "Testing";
$message = "$fromEmail sends you the link

Check it out here: <http://www.test.com>

Yours truly
";


mail($toEmail, $subject, $message, "From: ".$fromEmail);

View Replies !    View Related
E-mail
I have 3 input text fields set up for name e-mail and comments all set up with the Same Var name for the corresponding field. I also have a submit button set up to be able to send info when the button is clicked out hits the enter/return button on the keyboard. I have been trying to get the info typed into the input text fields read / stored and be sent to an e-mail address. so far I have only been able to figure out how to get the button to open a new window with messenger express for the user to send an e-mail that way using the on release keyboard enter sendto:email.com code. Is there a way to just get the information people are typing into the fiend sent directly to an e-mail without opening a new window? Please help I have been looking everywhere to find out how to do this.

View Replies !    View Related
Mail To Ac3
hi,
in my web site: www.anav.co.il/new_site.html
when you hit "contact" your email software opens as i want, but a new web page with error text opens as well.
how can i fix it? no need of a new web page.
here is the curent script:

var mail:URLRequest = new URLRequest("mailto:offer@anav.co.il");

navigateToURL(mail);

please help!!!

thanks,
offer anav

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