Flash MX 2004.
text.textType
Property; a string that specifies the type of text field. Acceptable values are "static", "dynamic", and "input".
The following example sets the textType property to input:
fl.getDocumentDOM().selection[0].textType = "input";