ProgressBar.labelPlacement

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

pBarInstance.labelPlacement

Description

Property; sets the placement of the label in relation to the progress bar. The possible values are "left", "right", "top", "bottom", and "center".

Example

The following code sets label to display above the progress bar:

pBar.label = "%1 out of %2 loaded (%3%%)";
pBar.labelPlacement = "top";

See also

ProgressBar.label