As opposed to what everyone is asking in regards to Flash caching, I want my SWFs to be cached and I haven’t been able to find anything on the topic.
Here is what I’m doing and what I want. I have a bunch of pages that have different SWFs. I want these SWFs to load a common SWF file. Will this common SWF file be cached so that the different SWFs don’t have to download the common SWF every time?
To be more specific: Let’s say I have SWFs called foo.swf and bar.swf and let’s say these exist on foo.html and bar.html, respectively. Both foo.swf and bar.swf load foobar.swf with loadMovieNum(“http://mysite.com/flash/foobar.swf”, 1). Now, let’s say a user goes to foo.html first and then bar.html. Will bar.swf on bar.html use a cached version of foobar.swf?