Probé con esto y no va.. el nombre de instancia del texto es: "my_txt"
Código ActionScript :
if (Stage.width < 1280){
var my_fmt:TextFormat = new TextFormat();
my_fmt.size=8;
my_txt.setTextFormat(my_fmt);
}else{
var my_fmt:TextFormat = new TextFormat();
my_fmt.size=14;
my_txt.setTextFormat(my_fmt);
}Les agradezco infinitamente saludoss
