usa una variable unica al hacer la peticion al PHP
Código:
myData = new LoadVars();
myData.load("ejemplo.php?r="+new Date().getTime());
myData.ref = this;
myData.onLoad = function(succes) {
if (succes) {
trace(this.algo);
}
};
new Date().getTime()
Imprime algo como esto
1110241933152
1110241935425
Dicho valor nunca se repetira.