ActionScript 2.0 Components Language Reference |
|
|
|
| UIObject class > UIObject.visible | |||
Flash Player 6 (6.0.79.0).
Flash MX 2004.
componentInstance.visible
Property; a Boolean value indicating whether the object is visible (true) or not (false).
The following example makes the myLoader loader instance visible:
myLoader.visible = true;
|
|
|
|