var tf:TextFormat = new TextFormat(); tf.color = 0xff; tf.url = 'http://flasher.ru/forum'; var txt:TextField = this.createTextField('link', 0, 0, 0, 100, 20); txt.setNewTextFormat(tf); txt.text = 'flasher'; txt.html = true;