Is there a way to force external SWFs to Preload
my situation …
I have a main movie that uses a transition to load the external SWFs - You click the nav button it sets a variable and triggers the tranny to play. While the screen is completly covered loadMovie puts the propper SWF into place
I have a few SWFs that are just over one meg which is enough to keep them from showing up untill just after the screen is uncovered.
I’d like to preload all of the external files before the user gets to click and ruin the illusion - Is there any way to include them in the initial preload sequence or something?
(Note … this is not for the web)