![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
textInputInstance.text
Property; the text contents of a TextInput component. The default value is "" (empty string).
The following code places a string in the myTextInput instance then traces that string to the Output panel:
myTextInput.text = "The Royal Nonesuch"; trace(myTextInput.text); // traces "The Royal Nonesuch"
![]() ![]() | |