Flash Player 6.
my_btn._height
my_btn
._height
Property; the height of the button, in pixels.
The following code example sets the height and width of a button when the user clicks the mouse:
my_btn._width = 200; my_btn._height = 200;
my_btn._width = 200;
my_btn._height = 200;