TextField.type 711
TextField.textColor
Availability
Flash Player 6.
Usage
my_txt.textColor
Description
Property; indicates the color of the text in a text field.
TextField.textHeight
Availability
Flash Player 6.
Usage
my_txt.textHeight
Description
Property; indicates the height of the text.
TextField.textWidth
Availability
Flash Player 6.
Usage
my_txt.textWidth
Description
Property; indicates the width of the text.
TextField.type
Availability
Flash Player 6.
Usage
my_txt.type
Description
Property; Specifies the type of text field. There are two values: "dynamic", which specifies a
dynamic text field that cannot be edited by the user, and
"input", which specifies an input
text field.
Example
my_txt.type = "dynamic";