ProgressBar.indeterminate

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

pBarInstance.indeterminate

Description

Property; a Boolean value that indicates whether the progress bar has a candy-cane striped fill and a loading source of unknown size (true), or a solid fill and a loading source of a known size (false).

Example

The following code creates a determinate progress bar with a solid fill that moves from left to right:

pBar.direction = "right";
pBar.indeterminate = false;