А что ты ожидаешь там увидеть?
Вот что пишут в хелпе (F1)

Код:
_height (TextField._height property)
public _height : Number
The height of the text field in pixels.
Availability: ActionScript 1.0; Flash Player 6
Example
The following code example sets the height and width of a text field:
my_txt._width = 200;
my_txt._height = 200;
enjoy