A Publisher or Recorder object dispatches a resize event when the it must
resize to display the Flash Player Settings dialog box. The ResizeEvent object defines the
properties of the event object that is dispatched.
The ResizeEvent object has the following properties:
heightFrom (Number) The starting height of the object.
heightTo (Number) The required new height of the object.
target (Object) The object that dispatched the event.
type (String) The type of event.
widthFrom (Number) The starting width of the object.
widthTo (Number) The required new width of the object.