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?
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?