Email link?

I have always used dreamweaver to build sites - and I am learning how to do it with flash. I cannot figure out how to do the simplest thing - an email contact link. Can that be done in Flash, or do I need to do it with some other scripting?

[AS]
on (release) {
getURL("mailto:youremail@yourdomain.com" + “?subject=Website Contact Info” + “&body=” + "Name: " + nm + newline + "Email: " + em + newline + "Phone: " + ph + newline + "Message: " + ms);
}
[/AS]

that takes forms variables and sends it to your local email client