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";