Flash Player 6.
my_txt._height
my_txt
._height
Property; the height of the text field, in pixels.
The following code example sets the height and width of a text field.
my_txt._width = 200; my_txt._height = 200;
my_txt._width = 200;
my_txt._height = 200;