htmlText anchor tag killing me

hey guys,
been awhile since I have posted for help but this one is killing me. for some reason the href tag in my AS3 code will not execute. It works fine when I publish the .swf but when I embed the swf into an html page and try to click the link in my browser the link no longer works. Any help would be GREATLY appreciated.

Here is my code


newPortText.portText_txt.htmlText = "<font color='#D59C1A'><b>Link</b></font><a href ='http://www.adobe.com/'>www.adobe.com</a>";

Thanks
-A