don't cache swf
don't cache swf
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- spot130
I'm not Doogan... but if you give the file a unique URL like:
"movie.swf?cache=" + new Date().getTime();
it shouldn't cache because the time will change every time it loads.