I’m loading an external text file into my MC, I can get that to work perfectly… but the problem lies in the the browser caching the text and thusly not displaying changes made to the file.
How do I make my text files expire in the browser cache, or failing that force the browser to either reload the file or not cache it in the first place?
Will the browser cache my .swf’s as well? Shall I add the unique tag to all of my loaded external files? (im using loadMovie to bring in external flash files)