Help - I have a website made up of 4 main SWF files which link to each other. Problem is that in Internet Explorer on both Mac & PC, the SWF files don't seem to be cached - ie. I have to wait for them to reload each time I go back to that page. I am using:

if (_framesloaded >= _totalframes) {
gotoAndPlay ("end");
} else {
play();
}

Which should detect whether the movie has loaded or not, and skip the loading routine. The code seems to be right - so does anyone know what the problem might be? Perhaps you have had a similar problem?

Thanks in advance