aspetta un momento

posta il codice con cui leggi le variabili da asp

esempio

codice:
N_records= new LoadVars();
N_records.path = this; 
N_records.load("../carica_coordinate.asp"); 

N_records.onLoad = function(success) {

                  newX=this.X
                  newY=this.Y

                 _level0.quadrato._x=this[newX]
                 _level0.quadrato._y=this[newY]

}