FileViewer.getControl

Availability

Flash Player 7

Usage

FileViewer.getControl( controlType:String )

Parameters

controlType - String; valid control types are:

Returns

A reference to the file browser control movieclip.

Description

Method; Returns a reference to the file viewer control.

Example

The following code disables "zoom" control buttons:

myFileViewer.getControl("zoom").in.enabled = false;
myFileViewer.getControl("zoom").out.enabled = false;