i have a button with instance name contactMe, and when you click on it, it opens ur default email in a compose window with the set e-mail address in the To: box.
contactMe.onRelease = function () {
getURL(“ultramarck@edsamail.com.ph”);
}
question, how do i put the subject of the email? i can do it in HTML, but the same code doesn’t work with Flash. how can i do that?