si è vero hai ragione

questo è lo script:

dati = new LoadVars();

dati.path = this;
dati.onLoad = function(success)
{
if(success){

this.path.text = this.text;
this.path.liveset = this.liveset;

} else {
// istruzioni per l'errore di caricamento
}
};
ASSetPropFlags(dati, ["onLoad", "path"], 8);
dati.load("data.asp");