all groups > flash actionscript > october 2005 >
You're in the

flash actionscript

group:

Making an email address active


Re: Making an email address active Andrew Fitzgerald
10/25/2005 3:08:01 PM
flash actionscript:
getURL("mailto:youraddress@moon.com");

....or if it's made into dynamic html text:

<a href="mailto:haha@sdfgd.com">Text here<a/>

Put that as the acctual text value for the html text, but the first one
is for the AS for a button. This will open up their defualt mail
application.
Making an email address active Jhunt94
10/25/2005 9:06:28 PM
Re: Making an email address active kglad
10/26/2005 1:01:19 AM
use getURL():

AddThis Social Bookmark Button