Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

button to email link

Status
Not open for further replies.

markmh

Technical User
May 8, 2005
8
GB
Could someone help me please, how do you get a button to link to an email addrees in Flash MX, I'm quite new to the commands, so be gentle..and descriptive please in your answer.

Thank you..
 
on (release) {
getURL("mailto:youraddress.com");
}
 
forgot to add that this script should be added like this: select your text press F8 then choose "button". Then in the actions panel add the script. Make sure that you add the script to the button and not the frame by checking the property inspector (bottom left). It should say "button".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top