Problem with Flash Player 9.0.28 or below?

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.review smartphone android

Bit of a hair puller this one.

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


Posted

in

,

by

Tags: