Flash Player 7 + TheSpringBox V1
Widget.width:Number
Property; The width 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.width += 10;};