Answered
AS 3.0 Initialize event?
I have a stage listener for resizing the stage. It works fine
when the stage is resized. How do I make it trigger the method when
the flash movie is loaded?
resizeDisplay(Event.RESIZE); // doesn't work.
resizeDisplay(Event.RESIZE); // doesn't work.