Tuesday, September 29, 2009

Cache Problem with IE

this problem is mostly found with IE, while we update the XML file, the flash file still remains the same , due to cache, thus to solve this problem we can use math.random method, and it really works, i tried this a million times.

myXML.load("update.xml?" + Math.random());

No comments:

Post a Comment