Email button

Some users may not have an email service available, so how can you best activate a prompt if they click on your email button that is using the below code in Flash:

on (release) {
    getURL("mailto:[email protected]");
}