me falto el AutoSize
Código PHP:
createTextField("t", 1, 10, 10, 0, 0);
t.text = "texto texto texto texto
texto texto texto texto texto texto texto texto texto";
t.autosize = true;
if (t.textWidth>100) {
t._width = 100;
t.multiline = true;
t.wordWrap = true;
}
t._y = Math.round(basey);
basey += Math.round(t._height+10);
trace(basey);
Copia y Pega...
Saludos!!