
Код:
var my_fmt:TextFormat = new TextFormat();
my_fmt.font = "Wingdings";
my_fmt.italic = true;
tt.txt.createTextField("my_txt", tt.txt.my_txt.getNextHighestDepth(), 0, 0, 250, 200);
tt.txt.my_txt.multiline = true;
tt.txt.my_txt.selectable = false;
tt.txt.my_txt.text="hellowe";
tt.txt.my_txt.setTextFormat(my_fmt);
Почему не срабатывает tt.txt.my_txt.setTextFormat(my_fmt)?