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




Mailto Simple Question



Hi all!! I'm trying to create a GetURL with mailto so that people can contact me but it's not working. I created a button and added this script on it: on (press) {getURL("mailto:myemail@myserver.com");} When I publish the movie, nothing happens!! I tryed taking out the quotes but I get an error message. Do you know what the problem could be? Thank you very much in advance!!Lasbi



KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 01-18-2005, 05:05 PM


View Complete Forum Thread with Replies

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

Simple - On Release Mailto
I know I could probably find this without too much hassle, but it's getting late and I need some sleep so if someone could take sympathy you'd gain immediate access to my xmas card list!

I want to know the code for a button which will launch an e-mail and assign the value of a variable to the subject line.

From what I remember was always geturl (mailto:.... something or another. Please help Thank-you!!!!!!

Simple Mailto Problem
Making a simple button that loads a mail program (outlook/mail) so the user can send an email.

This is the code I have on the button.

on (release) {
getURL('mailto:email@address.com.au');
}

Everything is working fine when I preview it, but as well as opening the email program, it opens a new page as well.

How do I disable it from opening a new page?

Mailto Simple Question
Hi all!!

I'm trying to create a GetURL with mailto so that people can contact me but it's not working. I created a button and added this script on it:

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

When I publish the movie, nothing happens!! I tryed taking out the quotes but I get an error message.

Do you know what the problem could be?

Thank you very much in advance!!
Lasbi

Simple Mailto: Link
I'm making a simple rollover button as an email link.
It's just text in the "Up" state that changes color in the "Over" state, in the "Hit" area I have a filled rectangle.
What state should you add the emil link "mailto:name@email.com"
I've tried putting it in Up, Over, and Hit but it either doesn't show the "over" state consistently or the link doesn't work at all.
Thanks,
TechNoKnow

Simple Mailto Function
Hi! I just try to do a simple "mailto" function and I use this code:

Code:

contact_btn.addEventListener(MouseEvent.CLICK,contactClick);

function contactClick(pEvt:Event):void
{
      navigateToURL ( new URLRequest( "mailto:my_email@email.com" ) );
}

It works ok exept that it opens both my email program and another blank page in my browser. Is there a way to call only the mail program?

Thank you!

Simple Fast Question: Mailto: ?
how do I do mailto: <email> in flash? When I tried mailto: format it works but also opens a new explorer window. How do I do this the right way?
Thanks

Simple Mailto: Command In Flash MX
I am having problems doing a simple mailto: command in Flash MX . All I am trying to do is let the user hit a button which gives them the appropriate e-mail to fill out. When I do it now it keeps going to a href link before it pops up the e-mail window.

Please let me know what i am doing wrong...

Thanks

A Simple Mailto: Link From Within Flash?
I just want to have a button I designed in flash mx 2004 behave as a mailto: link but haven't been able. will someone give me the proper code for this? thanks!!

Yahoo Email Address Brings Up Internet Explorer On Simple Mailto:
I can't get the Email window to come up without an Internet explorer window comming up with it. I'm using a get url action. example... xxxxxx@yahoo.com

Simple Email Addres Like "mailto: " In Html?
Hi,
I'd like to put a link for my email address on my site, similar to an html file where I would put
<a href="mailto:henry@henrycraig.net">email me</a> and the user's mail package would come up so that the user could email me. Is this possible?


thanks for your time,
Henry
hcraig4@hotmail.com

MAILTO
I'm trying to "mailto" from an standalone player. It doesn't seem to work unless I link from an HTML file. Is there any way to do that without linking swf file to an HTML? from an exe file? Thanks for advance

MAILTO AGAIN
I still don't find the way to send mail from a swf standing alone (not linked in an HTML file) or an exe file. Should I try it by calling some intermediate file like an HTML with the function mailto:? Is there an other direct way to do that? Thanks for advance

? Mailto
How to create mailto link within flash site?
Give me some tutorial, please(or file with actionscript).
Thanks.

Mailto
hello

i am trying to put a 'mailto' link in a flash scene, can this be done? and if so how.

if any one can help it would be fab.

thanks

alan

Mailto
I know it is a siple question, but how can i let a button open outlook express. So a visitor can sent me an email?

Get Url Mailto:
u need to use a mailto link

make a button out of the text u need in the actions use get url then in the url box type

mailto:

followed imediately by the address that u want

for example mailto:microphenia@hotmail.com

hope this helps
peace

Mailto
Here's a gimme

what do you have to add to the mailto command to send text to the subject line of the new email?

Mailto
Hi, Got a total loser question: If i format a textfield as html - how the **** do I make a mailto link... I've tried to just set the "anchor" to mailto:bal@bla.com, but that didn't work.
Anybody?

Mailto:....@....com
anyone can please tell me which action script should I use to add few words in the subject case of an email.
Thanks,

Mailto:
Hi there, How can I use the "mailto:xxxxx@yyy.com" from javascript in Flash?. I mean, I want that if you press a button or a moviclip, open the mail programm with an e-mail address in the "To" text box.

Thnks a lot.

Mailto From Within An Mc
i have an mc on my main timeline. the mc has a button with a mailto. however, when i play the full movie and click on the button i get an error (browser error - url not found). to get around this, i've placed an invisible button on the main timeline (covering the coordinates where the other button inside the mc is) with the mailto, and this works...
... but it's going to get messy as i need other buttons inside otgher mc's

can anybody tell me ow it's really done?

thanks

Mailto
i have several variables to send by mail with "mailto:".
I would like the mail to have this format:
variable1= example1
variable2= example2
.
.
.


Is it possible?

Exe. And Mailto:
Hello,

I am trying to make a link in my flash file (which will be published as an exe, to be e-mailed as an attachment), that opens the persons e-mail program to send an e-mail from the file.

Code:
on (release) {
getURL("mailto:somebody@somecompany.com?subject=Ch ristmas Drinks");
}

I am able to do this fine on a mac with both a .swf and projector. But am told PCs don't operate their mail programs in the same way - any suggestions on how to do this?
Thank you

Can't Get Mailto
I'm trying to get the mailto to work. Here's my code:

on (release) {
getURL("mailto:info@blahblah.com");
}

I was able to get a link to work, but can't get the email link to function. I tested on a few different computers and got the same result, so I know it's not my computer. Any suggestions? Thx

Mailto Does Nothing
When I put this code:
[code]
on (release) {
getURL("mailto:cturner2002@hotmail.com");
}
on an email button nothing happens.

Using As For Mailto
hello, all: i don't have a "howto" question as it is more theoretical. just curious: in using the getURL("mailto:..."), because it is using actionscript and therefore read by the flash plugin and not a browser, does this eliminate the concern for spam?

thx.

Mailto... ?
Hi,
I have a button that i want to link to my email address.
My script on the button is as follows.

on (release) {
getURL("mailto:info@imaginationcreations.com");
}

Though nothing happens when i test it.
If i replace the mailto.... with a web site, that works fine.
How can i get the email link to work???

Thanks!
Ari

Mailto:
I know this is not flash but can anyone help me? I' making a form and i need to send the content to my mailaccount. It should not start the mail wizard, but just sent the mail straight away...

see the form at http://www.cbc.dk/test/contact.htm


Thomas Denmark

Mailto?
Fixed... used the search!
Whoops!!

Mailto:
The email button I created seemes to work fine except for my client! Arrgghh!!!!

They say, Outlook opens a new email message, which is fine, but explorer pops up a message saying "cannot display the requested page" or something similar...

Please help me to get rid of this message!!!???

Using Flash MX but having to save out as Flash Version 4 for this project

Thanks

Sam

Help With Mailto
I got the code to do the mailto and enter in a subjet, but I wanted to also put some text in the body of the email. I have seen this done before but I'm lost on how to do it!

could anybody help me with that?

Thanks

Mailto
I'm making a CD-production using Flash 5. From the Cd the users e-mail account is being activated. But I would like there to "automatically" be a picture in the mail that they will send. To do so I heard that I nead to know the attributes of the textfield?

Thanks a lot.

Help With The Mailto:
ok. the above mailto: i can't remeber how it works! so if i want someone to write me an e-mail to me when they click an e-mail, and i also want them to have an assigned subject to the e-mail, why wouldn't this be the script?

mailto:movies@alaird.com?subject:Jenna - Request a Movie

if this isn't the right scrip (which it must not be because it isn't working) would somebody please give me the correct one!!!

Mailto ?
hi,

i would like to know how can i open the outlook express and send a message by click a button in my swf.

i'm trying to do like this:

getURL("mailto:adress@adress.com");

but it do not works!!!

can you help me with this??

thanks

Mailto
hi,

i would like to know how can i open the outlook express and send a message by click a button in my swf.

i'm trying to do like this:

getURL("mailto:adress@adress.com");

but it do not works!!!

can you help me with this??

thanks

Mailto:?
Is there a way in a Flash movie to make a link that will behave like "mailto:" does in HTML?

thanks!

Mailto...
Hi. Im very new to this game. - well the actions side of things.

How do I do a ""mailto:"- thing in flash? Ive been looking in the actions and in the help - is it under a different name?

any help is greatly appreciated.
cheers.

shane.

Mailto
hi there,

just a quick question, can you use the mailto: function in actionscript, or something similar? I just want to have a button that brings up outlook or whatever and can't seem to get it to work.

Cheers for the help again!

Get Url (mailto)
trying to find out if there's a way through flash actionscripting to have a Subject go into the Subject line when a user's Outlook/mail program is launched....

would this involve asp or something?

any help appreciated!

HELP With Mailto:
Hi,
Ive just got Flash MX 2004 Pro, and i cant get the geturl(mailto function to work, clicking on the button ive set up doesnt do anything at all

Mailto:
getURL ("mailto:email@mysite.com");

Is it possible to for the user to change the email address via an input box ??
and not from the new message box that pops up

cheers
jc

ps im using flash 5

Get URL Mailto: In IE
Can't seem to launch the user's email client in IE without getting the "Action Cancelled" page before the email compose screen comes up. This problem does not happen with Netscape or Firefox. I have been using the "get URL" command with the "mailto:******* " in the URL box. Any body got any ideas or do I have to use html page.

Mailto:
I want to create a text mailto: link that will send to a group. When I attempt to enter all of the email addresses, 15 total, the property inspector cuts me off after about the fifth one. Is there a way around this? Also, is there a way to create a mailto: that doesn't open my browser prior to opening my email client? I've had some people complain that the browser opening is confusing/annoying.

Thanks!!

Mailto: HELP Please
Hi All !
what is the syntax to use "mailto:" function on a button click? I am currently using this syntax but its not working

on (release){
getURL("mailto:info@avenir-technologies.com");
}

Can any body plz help?

Mailto:
Hi there,

the getURL( "mailto:thisperson@somewhere.com") works fine from an HTML file but not running from a flash exe.

Any suggestions for making this work with a flash app?

kcool

... please ;-)

[F8] Mailto: Help Please
ok
I select my text,
in the properties inspector i use the mailto:my email address in the link box.
everytime i press the link when i test it, it keeps opening a new blank browser window, how do I stop this please.

regards

James

Mailto
what would i write to have flash email me information when i click a button?

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