
Flash Player 7 + TheSpringBox V1
Widget.height:Number
Property; The height of the wrapper in which the widget resides.
The following example shows how you can increase the size of the widget.
myButton.onRelease = function() {
Widget.height += 10;
};