browswer shows old swf
browswer shows old swf
Out of context: Reply #7
- Started
- Last post
- 11 Responses
- SirG0
There's actually a very simple solution to this. Just add a random number behind your swf-url...
So in flash it would look something like this:
nocache = random(999999);
holder.loadMovie("myswf.swf?"+no...You can also do this in html with any serverside scripting language...