ProgressBar.maximum

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

pBarInstance.maximum

Description

Property; the largest value for the progress bar when the ProgressBar.mode property is set to "manual".

Example

The following code sets the maximum property to the total frames of a Flash application that's loading:

pBar.maximum = _totalframes; 

See also

ProgressBar.minimum, ProgressBar.mode