Hi guys, I been fooling around with the progress and ready eventlisteners and I’ve loaded about five FLVPlaybacks dynamically into a container on my main scene using attachmov.
however, i find that they all load up at the same time and i just want to make it happen one after another.
now im using a for loop j=0;j<4;j++ to attach the flv’s. I’m having trouble coming up with a plan to implement them loading clips one at a time instead of all at the same time.
any ideas? thanks a bundle.
D.O.