I really hate seeing an unanswered topic... but I honestly don't know if that can be done or not - I know how to do images, but not other objects...
If JavaScript has an object for SWF files, or maybe a generic object, or a way to fill a string variable with binary data, then maybe you could preload it - I suppose it wouldn't matter whether or not JavaScript knows what the heck the data is for, as long as the browser cache's it...
This link might help:
http://home.netscape.com/eng/mozilla...ipt/index.html
I find that site very helpful when messing with JavaScript, so if there is a way, you can probably figure it out from here...
Hope this helps a little...
PS - you probably already know this, but for preloading images or anything else, always run the function from the OnLoad() event - this way the preloading does not take place until the rest of the page is done loading (eg, low priority)...
------------------
Justin Nelson
FutureQuest Support
[This message has been edited by Justin (edited 11-26-99)]