PDA

View Full Version : mailto link in projector file


Yozeph
11-28-2002, 01:04 PM
Does anyone know how to create a simpel Mailto link in the projector file? Or just a button which opens MS Outlook (Express) of another mail programm?

Now first the browser opens, which gives an error, and it pasts the mailto:info@whatever.com in the address field of the browser.

Is there a default fsCommand for this?

Thanks in advance!

Yozeph

mouseclub
11-28-2002, 01:25 PM
Hi,

this is the syntax to open the email package:

fscommand("fas.Shell.open","mailto:support@flashants.com");

I found this in the Ice Projector help section.

good luck,

Yozeph
11-28-2002, 01:45 PM
Thanks ...

I was looking in the helpsection of Flash MX itself and wasn't getting any further

:-)
Yozehp