Problem with Flash Player 9.0.28 or below?

Tuesday, May 5th, 2009 | Actionscript 3, Quick Tip

Try adding this little line in your document class constructor to create the ADDED_TO_STAGE constant as this was not present in players 9.0.28 or below.

Bit of a hair puller this one.

if (Event.ADDED_TO_STAGE == null)
{
Event["ADDED_TO_STAGE"] = “addedToStage”;
}

Tags:

No comments yet.

Leave a comment

Search