ActionScript 2.0 Components Language Reference |
|
|
|
| Label component > Label.text | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
labelInstance.text
Property; the text of a label. The default value is "Label".
The following code sets the text property of the Label instance my_label and sends the value to the Output panel:
my_label.text = "The Royal Nonesuch"; trace(my_label.text);
|
|
|
|