per xml:
codice:
myXML.load("file.xml?t="+new Date().getTime());
codice:
String.prototype.noCache = function(){
if ((_root._URL.substr(0,5)).toLowerCase()!="file:"){
if(this.indexOf("?")==-1){
return this+="?noCache="+(new Date().getTime());
}else{ return this+="&noCache="+(new Date().getTime());
}
}else{ return this;
}
}
//menuXML2.load("menu.xml"+"?nocache="+(new Date().getTime()));
menuXML2.load("menu.xml".noCache());