Hi all, I have tried everything and come up beaten
I have an incredibly tiny 2k flash movie that reads image paths from a seperate xml file, so theres really only 10+ lines of code in the whole thing.
The problem I have is that the browser is cacheing it all despite my best attempts to stop it by using the math.rand identifier to the end of the object call (in both the html part of the php page where the flash resides and inside the flash app where the call to xml resides).
I have even tried a meta refresh to set the page as expired and nothing seems to work unless I physically go into the cache and clear it out.
Is there any other way of telling a browser NOT to cache a flash app? What if I write the object using javascripts document.write?
Cheers