Button._width

Availability

Flash Player 6.

Usage

my_btn._width

Description

Property; the width of the button, in pixels.

Example

The following example sets the height and width properties of a button.

my_btn._width=200;
my_btn._height=200;

See also

MovieClip._width