Advanced flash question
Advanced flash question
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
include a random number in fornt of your loadMovie, XML load, LoadVars, Sound load objects...
In this case a number representing the current date:
// create date object
now = new Date();
nocacheStr = "?" + now.getTime();
this.loadMovie("test.swf" + nocacheStr);