package{ import flash.display.Sprite; import flash.text.*; public class Main extends Sprite{ public function Main(){ var tContent:TextField = new TextField(); tContent.htmlText = "<a href='http://www.navioo.com' target='_blank'>www.navioo.com</a>"; addChild(tContent); } }}
Name (required)
email (will not be published) (required)
Website