codice:
f = new LoadVars(); 
f.load('nDivisore.txt'); 
f.onLoad = function(success){
   if(success){
      if(this.nDiv != undefined){ 
         _root.div = Number(this.nDiv);
         trace(_root.nDiv);
      } 
   }
}