Mailto: action

this might be a stupid question but… how do you do the mailto: action in flash? In fireworks, I only have to type it in link, but does flash involved in AS? thanks

Put this action in your email button

on(release){
getURL("MAILTO:[email protected]");
}

Peace