ops..non avevo cercato nei post vecchi!
cmq non sembra essere il mio caso..o forse ho capito male il topic che hai linkato.
questo è la porzione di codice che uso:
codice:
var txt_tf = new TextFormat();
txt_tf.font = "Arial";
txt_tf.size = 11;
nr_mc.createTextField("news_txt", 234, 285, 600, 412, 94);
news_txt.html = true;
news_txt.embedFonts = true;
news_txt.multiline = true;
news_txt.wordWrap = true;
news_txt.selectable = false;
news_txt.htmlText = "loading xml...";
news_txt.setTextFormat(txt_tf);
a questo devo aggiungere qualcosa?