|
|
|||
Flash Player 7
FileBrowser.getControl( controlType:String )
controlType - String; valid control types are:
Reference to the file browser control movieclip.
Method; Returns a reference to the file browser control.
The following code disables the "dirCreate" control button:
myFileBrowser.getControl("dirCreate").enabled = false;