Users may not have email service (outlook or thunderbird)

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]");
 }