ho messo questo nella _root

system.useCodepage = true;
azione = "leggi";
dati = new LoadVars();
dati.path = this;
dati.onLoad = function() {
this.path.news .mario.text = this.testo;
};
dati.load("testo/scrivi.php");

ma lo script php ritorna un errore e cioè quello di dafault del case:


default:
print "&testo=ERRORE !";
print "&testo_en=ERROR !";

presumo che non riceva la variabile "azione" che seleziona le opzioni del case. :master: