Link to home
Start Free TrialLog in
Avatar of daly__paul
daly__paul

asked on

Send email using buttons in Flash MX 2004

Hi experts,

I have a SWF embedded in a HTML page, I am currently working on the contents section of the website. Within the SWF (Flash document) I have a button beside each contacts name that I want the user to click if the want to send an email to that person. i am currently using.

on(release){
      getURL("mailto:me@my.com");
}

Nothing is happening. Any ideas?
Avatar of CyanBlue
CyanBlue
Flag of United States of America image

Um...  What if you specify the target window???

getURL("mailto:me@my.com", "_blank");

CyanBlue
ASKER CERTIFIED SOLUTION
Avatar of rascalpants
rascalpants
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial