ProgressBar.conversion

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

pBarInstance.conversion

Description

Property; a number that sets a conversion value for the incoming values. It divides the current and total values, floors them, and displays the converted value in the label property. The default value is 1.

Example

The following code displays the value of the loading progress in kilobytes:

pBar.conversion = 1024;