> Yes, the Player has multiple threads. But the ActionScript Virtual Machine > executes in only one of them.
According to the Flash Player engineers that I have spoken to, some ActionScript method calls are handed off to other threads, for example URLLoader.load(). It would be helpful to read a more detailed and complete explanation of the Flash Player's threading model, and how functionality exposed by ActionScript VM is scheduled. Mike

