|
|
|||
Flash Player 7
FileViewer.getControl( controlType:String )
controlType - String; valid control types are:
A reference to the file browser control movieclip.
Method; Returns a reference to the file viewer control.
The following code disables "zoom" control buttons:
myFileViewer.getControl("zoom").in.enabled = false;
myFileViewer.getControl("zoom").out.enabled = false;