Hi all,
This question is more about updating swf and xml files on the browser. I have a gallery site that has muliple swf files loaded on the master swf on button click. These swf files loads an xml file.
My problem is that whenever I update the xml or swf file, the browser still has the flash cache stored so I have to manually refresh the file to see the changes. As in, I can’t just refresh the index.html. I have to refresh the /xml/filename.xml or /flash/filename.swf
Which works but then when other people view the site again, they won’t know that they have to refresh the files because they dont know the file name or path. Know what I mean?
I researched the net and found solutions like using index.php instead of html or using a random variable string like index.php?mod=“34342234” but that only seems to update the master swf.
Does anybody have solutions for this? Thanks:)