Let’s assume that I can’t script the loaded swf, nor can the loaded one script the loader swf.
I was attempting to set frame rate to 0, and wait after all swfs are loaded, and set frame rate back. But I found when I set the frame rate to 0, I could not receive the complete event! And it’s weird that i can still receive UI events…
Is there a way to load several swfs and start them together?
Solved.
Timers don’t rely on frame. I can check loader’s contentLoaderInfo manually during timer event.