FileBrowser.controls

Availability

Flash Player 7

Usage

FileBrowser.controls:Array

Description

Property; Allows the changing of the control bar at runtime.
Controls can be:

Example

The following code will change the component's visual representation to contain only the 'delete' button and the file list:

myFileBrowser.controls = ["delete", "fileList"];