User Guide

TextField 647
maxChars:Number Indicates the maximum number of characters
that the text field can contain.
maxhscroll:Number [read-only] Indicates the maximum value of
TextField.hscroll.
maxscroll:Number [read-only] Indicates the maximum value of
TextField.scroll.
multiline:Boolean Indicates whether the text field is a multiline
text field.
_name:String The instance name of the text field.
_parent:MovieClip A reference to the movie clip or object that
contains the current text field or object.
password:Boolean Specifies whether the text field is a password
text field.
_quality:String Property (global); sets or retrieves the
rendering quality used for a SWF file.
_rotation:Number The rotation of the text field, in degrees, from
its original orientation.
scroll:Number Defines the vertical position of text in a text
field.
selectable:Boolean A Boolean value that indicates whether the
text field is selectable.
_soundbuftime:Number Specifies the number of seconds a sound
prebuffers before it starts to stream.
styleSheet:StyleSheet Attaches a style sheet to the text field.
tabEnabled:Boolean Specifies whether the text field is included in
automatic tab ordering.
tabIndex:Number Lets you customize the tab ordering of
objects in a SWF file.
_target:String [read-only] The target path of the text field instance.
text:String Indicates the current text in the text field.
textColor:Number Indicates the color of the text in a text field.
textHeight:Number Indicates the height of the text.
textWidth:Number Indicates the width of the text.
type:String Specifies the type of text field.
Modifiers Property Description