PDA

View Full Version : Need some Help here.


KahunaKilla
04-15-2001, 11:39 AM
Hi!
I'm a new user to Flash 5 and this forum.
Is there a way to get a onmousevent that links to outlook express(or default email system)?
If so, post it here..I'm pretty desperate

Marx
04-15-2001, 12:12 PM
Hi...
Use the getURL action:

on (release) {
getURL ("mailto:me@here.com");
}

Good luck.