PDA

View Full Version : get URL to open email doesn't work


dmb
05-09-2002, 12:37 PM
Sorry, another simple problem. When I've made projectors in the past, if I want a button to open an e-mail editor, I've always put something like:

on (release) {
getURL ("mailto:info@whoever.com");
}

However, I've tried this method after creating a Flashants projector and it is opening the email address in a blank browser window as well as a new blank e-mail. Any ideas?

Flashants
05-09-2002, 01:01 PM
Use the following command instead:
fscommand("fas.shell.open","mailto:support@flashants.com");
More infor about the command, please check:
http://www.flashants.com/tutor/commandList.shtml#6-1-4