I’ll keep this brief.
I have several SWFs built and ready for playback in a container SWF with volume controls, and next/previous/pause/play/stop controls (a-la a DVD player or VCR).
This particular project is a product demo, with different scenes that you can navigate through using the on-screen “remote” or just let it play through.
I need to know how to preload all of the external SWFs in one shot. I don’t want to load them as the demo plays, or when they’re needed. It’s fairly critical that they all be loaded during one preloader sequence so that they can play seamlessly between eachother.
I’ve tried MovieClipLoader – but it’s not quite suited for multiple SWF preloading. Nothing is.
Suggestions?