How do I put an email link in an SWF?

as with html A HREF=“mailto: XXX”>[email protected]</A
but how can i do this from within an swf movie?

um under the actions for the button do


on(press){
getURL("mailto:[email protected]");
}

if that doesn’t work then…well its not going to work…

Oh and replace [email protected] with ur email adress :slight_smile:

let you know if it works:)