Hi! I’m new here and need help solving a problem. I’m using Flash MX 2004 and I’m having problems with the e-mail link I’ve created. Don’t get me wrong, it works fine when the user is using Microsoft Outlook or Apple Mail, but it seems like it’s having some problems when it’s using some other browsers or E-mail programs. Is there a difference in the action script when used in a PC or MAC? I design on a PC but it seems that people in a MAC have a hard time making the e-mail link work. The action script I have now is the following:
on (release) {
getURL(“mailto:alessa9@yahoo.com”);
}
How do I make it work in all browsers and all E-mail programs? Please help!
Thanks,
Susy