Link to home
Start Free TrialLog in
Avatar of jlguerra
jlguerra

asked on

how i adding a address email on a text or image

how i adding a address  email on a text or image

   Thanks a lot.
ASKER CERTIFIED SOLUTION
Avatar of dutchfoxer
dutchfoxer
Flag of Netherlands 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
By the way, you can also add this text to a txt variable in flash.

Create a text variable and call it test, select the options HTML and Selectable.

In an empty keyframe set an action as follows:
test = "<a href=\"mailto:test@email.com\">email me at test@email.com</a>";

The text "email me at test@email.com" should be displayed by Flash and is clickable. Click it to open the new and empty e-mail message.