Try this:
<mx:String
id="emailAddress">mailto:[EMAIL PROTECTED]</mx:String>
<mx:Link color="#0000FF" label="Keypad Image" click="getURL( emailAddress );"></mx:Link>
Jeff
<mx:Link color="#0000FF" label="Keypad Image" click="getURL( emailAddress );"></mx:Link>
Jeff
From: Pilby [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 09, 2005 11:51 AM
To: Flex Coders
Subject: [flexcoders] RE: How to email
I trying to allow a
user to click some text and get the same effect as clicking a mailto link in an
HTML page where the user's local email client would open up a New Message
window.
How can Ido that in
Flex?
Thanks.

