
Flash Player 7 + TheSpringBox V1
Widget.allowScaling:Boolean
Property; a boolean value that toggles the availability of the scale button in the bottom right of the wrapper. This value is set to false by default.
Note: Scaling is automatically set to false when the widget is docked, you cannot toggle scaling when the widget resides in the docked state. when undocked the widget assume the scaling state to which it was set the last time Widget.allowScaling was set
The following example shows how you might disable scaling of a widget.
Widget.allowScaling = false;
Widget.setSize