ProgressBar.direction

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

pBarInstance.direction

Description

Property; indicates the fill direction for the progress bar. The default value is "right".

Example

The following code sets makes the progress bar fill from right to left:

pBar.direction = "left";