UIObject.visible

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.visible

Description

Property; a Boolean value indicating whether the object is visible (true) or not (false).

Example

The following example makes the myLoader loader instance visible:

myLoader.visible = true;