How do u create a button that will send e-mail messages

How do u create a flash button or flash movie so when u click on it, it starts ur default email client to send an email to the default email address.

on(release){
getURL(“mailto:[email protected]”);
}
should do the trick

it thougt this should do it:
on (release){
getURL(“mailto:[email protected]”);
}