Good day to all. I have a question about flash... is it possible to load first 2-3 frames of a a clip and while those are playing to load the rest?
Also if the answer is affirmative at the first question id it possible to change the loading order considering what happened in the first part?
And if yes... how?
Thank you for help.
Answer #1: Yes.
Flash movies stream by default, meaning they start to play as soon as frame 1 is loaded.
You have to make sure, though, that none of your symbols from the library are embedded into frame 1 - otherwise loading the first frame will take longer. Also, using runtime shared libraries will have a similar effect.
Answer #2: If you mean to change the load order of the same SWF you are looping while loading, the answer is no. You can of course change the load order of other SWFs you are loading into the first movie.