Here's the script of making text link:
var tekslink: TeksField = new TextField ();
tekslink.htmlText = "visit" <a href='http://nandanami.blogspot.com'> nandanami.blogspot.com </a>! ";
addChild (tekslink);
If the writing of the above is correct, press Ctrl + Enter to see the results.