Hi all,
I’ve been trying this for over a week now with minimal luck, and have finally decided to ask the flashkit powers-that-be.
I’m creating a swf that loads in 18 individual 15-20 sec clips, and then loops them. The clips are flvs embedded into swfs, and the swfs are then loaded in via xml data.
I’ve tried loadClip, MovieClipLoader, and using netStream, but I’m finding that everything is struggling to load in a reasonable time.
My problem is- each movie is around 600kb- a max of 2 mb! Needless to say, this takes about a minute to load the movies in total, and they are stuttering while playing.
My next idea is to take all of the flvs and embed them into one swf, then stream that in, with maybe a preloader.
Any ideas, thoughts or comments would be hugely appreciated!
Thanks!