ProgressBar.minimum

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

pBarInstance.minimum

Description

Property; the smallest progress 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