1. non è:

codice:
dati=new LoadVars();
dati.path = this.path;
dati.onLoad=function(success)
....
bensì:

codice:
dati=new LoadVars();
dati.path = this;
dati.onLoad=function(success)
....
2. il file di testo inizia con:

codice:
Scene 1
   actions for frame 1
      fscommand ("allowscale", "false");
   preloader
mentre deve iniziare con:

codice:
testo=Scene 1
   actions for frame 1
      fscommand ("allowscale", "false");
   preloader