Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var noCache:int = new Date().getTime();
  2. myImage.load("filename.jpg?uniq=" + noCache);
  3.  
  4. var anticache:String="";
  5. anticache = String(Math.random());
  6. var file_url:String = "Whatever.xxx"+anticache;
Add Comment
Please, Sign In to add comment