//flash XML cache hack
here is a simple work around to this issue, by adding the parameter '?+Math.random()', flash will now be fooled into thinking it is a new URL each tme using the randomizer function each time the file gets called.
//reference
Live Docs
//code
xml.load("xmlData.xml?"+Math.random());
//reference
Live Docs
Labels: Cache, flash, flash XML cache hack, Hack, xml
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home