Get URL

Can someone please tell me what i’ve done wrong with this code.I have a button called contact_btn, on the main timeline. Script copied and pasted
contact_btn.onRelease = function() {
getURL("mailto:noemail@.com ");
};

Did u give that button the same instance name or just name it that when you made it a MC?

The instance name is that

post the fla then.

How do i do that

I don’t understand. The file worked for me…

doesn’t for me,don’t understand that

shrug

Do you have a standard e-mail client set ? Because that link opens the standard e-mail client. If users don’t have it set, like you, it won’t work. So instead, use an e-mail form.