all groups > flash (macromedia) > january 2004 >
You're in the

flash (macromedia)

group:

OK, I give up: I need help again



OK, I give up: I need help again Wingirl
1/17/2004 9:09:56 PM
flash (macromedia): With your help, I have now been able to create some rollover buttons that
link to web pages.

What I need now, however, is a rollover for an "email me" button that when
clicked on, brings up an email message the user can send.

I can't find any process for this, oddly enough, in the 721-page book I
bought, nor can I find it in Help files, nor can I locate anything on a web
search. I don't want anything Flash-fancy, as with a Flash form or
anything, just a simple 'open a blank email with the email editor' option
like simple html 'mail-to' option.

Can anyone walk me through the process??

Re: Re:OK, I give up: I need help again Wingirl
1/17/2004 10:37:49 PM
Thankyou SO MUCH!! It was not really 'covered' in the book, per se. I
guess there are too many commands to get them all. But this worked
INSTANTLY and saved me much grief! Thankyou again very much!!


[quoted text, click to view]

Re:OK, I give up: I need help again downloadthisthing
1/18/2004 4:23:51 AM
This is a basic feature that is surely covered in the books, you probably overlooked it. Code your button as follows:

on (press) {
getURL("mailto:scottjhampton@earthlink.net");
}


on (press) {
getURL("mailto:scottjhampton@earthlink.net");
}



Re: Re:OK, I give up: I need help again downloadthisthing
1/18/2004 5:12:49 AM
My pleasure.
Scott

Re: Re:OK, I give up: I need help again Whitecrest
1/18/2004 9:18:42 AM
In article <bud2i6$mi2$1@forums.macromedia.com>,
wingirl@nospamnetexpress.net says...
[quoted text, click to view]

This is very unreliable. It will fail if someone does not have a default
email program, or if someone used Web based email. It would be better to
create a form and send the contents to some server side scripting page
that will use something like CDONTS or PHPMail to send the actual email.

--
Whitecrest Entertainment
AddThis Social Bookmark Button