TextField._width

Availability

Flash Player 6.

Usage

my_txt._width

Description

Property; the width of the text field, in pixels.

Example

The following example sets the height and width properties of a text field:

my_txt._width=200;
my_txt._height=200;

See also

MovieClip._height