FileUploader.progressBar

Availability

Flash Player 8

Usage

FileUploader.progressBar:Boolean

Description

Property; a boolean value indicating if the upload progress indicator is visible (true) or not (false).

Example

The following example will change progressBar property:

myFileUploader.progressBar = true;