|
|
|||
Flash Player 7
FileViewer.setSize( width:Number, height:Number )
width - Number; the width of the FileViewer in pixels.
height - Number; the height of the FileViewer 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:
myFileViewer.setSize( 400, 200 );