I have a site that has one main file and then another five sub swfs that get loaded in when you click on various buttons.
I would like to load these sub swfs behind the scenes, even before they click to open them.
Is there a way to load them into some mc without adding it to the stage, but making it so that when they do click to actually load that swf in, it will already be cached?
What would the best method be to achieve this?
I’d prefer not to do a traditional preloader for each and every sub section. I’d rather just load in all the sub swfs, have them cached and ready to go so that when they do click on a section, it will be good to go.
Thanks.