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:user@provider.ext”);
}
should do the trick
it thougt this should do it:
on (release){
getURL(“mailto:name@provider.ext”);
}