This class is used to do the basic stage event handling for the template.The following events are dispatched by this class: StageResized - dispatched when the stage is resized.
new StageManager()
public function StageManager(target:MovieClip)
The constructor. Sets the stage align mode to "TL" (Top Left) and the scaleMode to "noScale". Also adds the passed movieclip to the stage's listeners list.
target
public addEventListener:Function
public removeEventListener:Function
public dispatchEvent:Function
public function onResize()
Stage listener.