FileUploader.getControl

Availability

Flash Player 8

Usage

FileUploader.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 uploader control.

Example

The following code will hide the upload button:

myFileUploader.getControl("uploadBtn")._visible = false;