Skip to main content
Participant
July 7, 2006
Question

Email link

  • July 7, 2006
  • 3 replies
  • 266 views
How can I get an email link in my flash file that doesn't open a blank web page? I've tried the "mailto" scripts...

Thanks!
This topic has been closed for replies.

3 replies

Participating Frequently
July 7, 2006
I get no browser activity at all. Just a very quick email message. Sorry.
jasper24Author
Participant
July 7, 2006
Thanks... I've tried that, there's a delay while it opens a blank page in my web browser before it opens my email client (Entourage). Any way to make it open my email client directly & skip the web page?
Participating Frequently
July 7, 2006
on(release)
{
getURL('mailto:SomeDude@Microsoft.com');
}