FileBrowser.getControl

Availability

Flash Player 7

Usage

FileBrowser.getControl( controlType:String )

Parameters

controlType - String; valid control types are:

Returns

Reference to the file browser control movieclip.

Description

Method; Returns a reference to the file browser control.

Example

The following code disables the "dirCreate" control button:

myFileBrowser.getControl("dirCreate").enabled = false;