Flash: Delete from cache : Flash - remove xml from memory.


var uid:String=String(Math.round(Math.random()*100000) );

myXML.load("news.xml?uid="+uid);


That way the file looks different to it every time. I believe there's a no cache thing you can put in your meta tags in the html as well, 
which might help clear the users cache... 

but you don't want that always on because people will always have to load your site.

0 comments:

Post a Comment