.swf's not refreshing in browser
I've been having a problem with my web site lately. I run a band site that gets updated at lest once a week. Lately, it's been taking several days for the .swf's to refresh. Not good when you have updates on Sunday that don't show up till Wednesday when you have a gig on Tuesday! I put a CD review from the London Times on the site Suturday morning and it still hasn't showed up. I've deleted everything in all the temp folders (Internet, Windows, etc.) that I could find, but no luck, the old files are still there. I'm not the only one that this happens to (I've talked to others that have the same problem with my site). Anyone have any ideas why this is happening?
Bob Godwin
http://harmonicashah.com
surely this needs to be server dynamic?
Quote:
Originally Posted by OwenAus
This almost always cures it:
"swfname.swf?val=YYYYMMDDHHMMSS"
eg
"swfname.swf?val=20031202123742"
used whereever the swf is referenced in the html.
I have used the random function before in asp to force the query string to be different each time, isnt your method going to work just once then the cache will look to see if the filename is the same, in yours it will be so will retreive the cached version?
please lets expand on this one as i'm having issues with my flash being embeded via javascript.
m