If I create a function which calls someLoader.loadClip(…) many different times for different clips and files that I have created, does the system create a seperate thread for each call or does it load one by one ?
hmmm, i would think so, because each of the .swfs could have different frame rates meaning the threads would be different