Mi serviva farlo con ActionScript...
Comunque ho risolto:
Formato= new TextFormat();
Formato.align = "center";
Formato.font="verdana";
Formato.color="0x333333";
Formato.size="10";
_root.txtTitolo.setNewTextFormat(Formato);
_root.txtTitolo.html=false
_root.txtTitolo.Text="Titolo"