|
|
|||
Flash Player 8
FileUploader.setSize( width:Number, height:Number )
width - Number; the width of the FileUploader in pixels.
height - Number; the height of the FileUploader in pixels.
Nothing.
Method; resizes the component to the requested size.
The following example resizes the component instance to 400 pixels in width and 200 pixels in height:
myFileUploader.setSize( 400, 200 );