| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2002
Location: UK
Posts: 6
|
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? |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
Use the following command instead:
fscommand("fas.shell.open","mailto:support@flashan ts.com"); More infor about the command, please check: http://www.flashants.com/tutor/commandList.shtml#6-1-4 |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linking button to URL won't work. | chrisef | Other Flash General Questions | 2 | 12-31-2005 07:27 AM |
| email validation and PHP not sending data | supernaut | ActionScript 1.0 (and below) | 6 | 09-09-2003 02:00 AM |
| HELP!! Email Form in Flash -- Doesn't Work! | NEONecd999 | ActionScript 1.0 (and below) | 4 | 07-07-2002 09:43 PM |
| actionscript get URL to link to email, files and websites | herm | ActionScript 1.0 (and below) | 1 | 04-21-2001 05:13 AM |
| Character URL - Does it work? | merj | Other Flash General Questions | 1 | 04-20-2001 07:36 PM |