User Guide
ProgressBar component 615
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
ProgressBar.minimum
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
pBarInstance.minimum
Description
Property; the smallest value for the progress bar when the ProgressBar.mode property is set to
"manual"
.
Example
The following code sets the minimum value for the progress bar:
pBar.minimum = 0;
See also
ProgressBar.maximum
, ProgressBar.mode
ProgressBar.mode
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
pBarInstance.mode