Matt Horn wrote:
<mx:Script> var fred:String = "<a href='mailto:[EMAIL PROTECTED]'>Fred</a>"; </mx:Script> <mx:Text id="t2" htmlText="{fred}" />
Wouldn't using a Link component and calling getURL("mailto:[EMAIL PROTECTED]") in the click handler work too? I think so.
Manish

