flash cache
flash cache
- Started
- Last post
- 7 Responses
- PublikStar
how to prevent flash cache?
I've tried google but it's not working... damn i gotta work on my holiday :(
- PublikStar0
there's many different ones, which ones really works?
cheers dude
- UndoUndo0
I'd go with the randomn url variable at the end of the swf name
i.e
myMovie.swf?randvar=0
- PublikStar0
Ok, does it mean -
on (release) {
noCache = Number(new Date());
_root.contents.loadMovieNum("myS... + noCache, 1);
}Sorry i'm not very good at flash...
- jpea0
there's a good prototype for it at http://proto.layer51.com/d.aspx?…
- PublikStar0
i'm going to try few of them, thanks dude ;)
- PublikStar0
I've tried few of them but it seems not working.
Does this code will work??