One of those things… The event ADDED_TO_STAGE, dispatched by any DisplayObject when it gets added to the stage (duh) as opposed to added to a parent, wasn’t available in Flash player 9 before 9.0.28. That basically means we can’t really trust it will be available until statistics prove that any and all minor releases prior to that one have disappeared from the face of the earth. So instead of that, we have to use Moock’s solution (but that’s a hell of a lot of work to be notified of just one little event), or check the event’s phase (also thanks to Moock):
-
// do something useful
-
}
No comment yet