|
|
|||
Flash Player 8
FileUploader.getControl( controlType:String )
controlType - String. Valid control types are:
A reference to the file browser control movieclip.
Method; Returns a reference to the file uploader control.
The following code will hide the upload button:
myFileUploader.getControl("uploadBtn")._visible = false;