Mail to question/problem

I’m working on my companys website and I am trying to make a link from flash open the default mail program so they can send us an email. All of that works fine and dandy… on PCs. While using a mac I was not able to get the email to go through, it will just send back an undeliverable email. Does anyone know of a solution for this or am I going to have to completely change the way that I’m doing it?

Heres my code:

infoEmail.addEventListener(MouseEvent.CLICK, getInfo);

function getInfo(e:MouseEvent){
    navigateToURL(new URLRequest("mailto: email@emailaddress.com"), "_self");
}


P.S. I know that the PC email actually goes through, it forwards it to me haha :piercings: