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