TextField is the very basic text field from the flash.text package of the Flash AS3 API, which inherits from InteractiveObject, so it a very basic object.
TextInput is from the mx.controls package, and as such includes Flex events and databinding and such. Both have a text property, but one is much more complex than the other. Think of TextInput as a flex component with its TextField.type="input" or TextFieldType.INPUT Think of Label and TextArea as flex components with their TextField.type="dynamic" or TextFieldType.DYNAMIC _______________________________________________________________ Joseph Balderson, Flash Platform Developer | http://joeflash.ca Ray Zhang wrote: > I don't know TextInput 's *text *and* textField.text* property 's > difference > > anybody know ,tell me plz > > Ray > > > >

