Можеть, что-то вроде этого:
tx = new TextFormat();
tx.url = "http://www.xxx.com";
tx.underline = true;
t.setTextFormat(tx);
onMouseDown = function(){
tx.url = null;
tx.underline = false;
tempText = t.text;
t.htmlText = tempText;
t.setTextFormat(tx);
}
// естественно должно быть текстовое поле
t и ченить в него можно накатать
