don't cache swf
don't cache swf
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- st33d0
I use this trick for updating xml too. But if you want it to work on your local hard-drive when testing you'll want an inline condition to make sure you load local at home and new server stuff on site:
thing.load((_url.indexOf("http... < 0) ? "assets/layout.xml" : "assets/layout.xml" + "?nocache=" + random(99999))