FileBrowser.setSize

Availability

Flash Player 7

Usage

FileBrowser.setSize( width:Number, height:Number )

Parameters

width - Number; the width of the FileBrowser in pixels.

height - Number; the height of the FileBrowser in pixels.

Returns

Nothing.

Description

Method; resizes the component to the requested size.

Example

The following example resizes the component instance to 400 pixels in width and 200 pixels in height:

myFileBrowser.setSize( 400, 200 );