712 Chapter 12: ActionScript Dictionary
TextField._url
Availability
Flash Player 6.
Usage
my_txt
._url
Description
Property (read only); retrieves the URL of the SWF file that created the text field.
TextField.variable
Availability
Flash Player 6.
Usage
my_txt
.variable
Description
Property; The name of the variable that the text field is associated with. The type of this
property is String.
TextField._visible
Availability
Flash Player 6.
Usage
my_txt._visible
Description
Property; a Boolean value that indicates whether the text field my_txt is visible. Text fields that
are not visible (_visible property set to false) are disabled.
See also
Button._visible, MovieClip._visible
TextField._width
Availability
Flash Player 6.
Usage
my_txt._width
Description
Property; the width of the text field, in pixels.