Simple flash?

how i make an email link like when you click a button it autimatically sends ???

add actionscript to the button.
try adding this:

on (release) {
getURL("mailto:youremailaddress@something.com");
}