codice:
legge = new LoadVars()
legge.load("legge_news.php")
legge.onLoad=function(success){

        if(success){
           for(i=1, i<numero, i++)
           _level0.attachMovie("TITOLO","TITOLO"+i,i)
           _level0["TITOLO"+i].campo_titolo.text=this["titolo"+i]
           _level0["TITOLO"+i].campo_testo.text=this["testo"+i]
           _level0["TITOLO"+i]._x=.....
           _level0["TITOLO"+i]._y=.....
          }
        }
}
Saluti