T > TextField.type |
![]() ![]() ![]() |
TextField.type
Availability
Flash Player 6.
Usage
TextField.type
Description
Property; Specifies the type of text field. There are two values: "dynamic"
, which specifies a dynamic text field (cannot be edited by the user) and "input"
, which specifies an input text field.
Example
TextField.type ="
dynamic"
;
![]() ![]() ![]() |