Ups, sorry, se me olvido una t en _root.areati.texto.text = this.textito;,
aqu� est� corregido:
item.prototype.onRollOver = function() {
if (this._xscale>200)
{
_root.areati._visible = 1;
cad = ""+eval(this)+"";
cadena = cad.split(".");
this.loader = new LoadVars();
this.loader._parent = this;
this.loader.onLoad = function(succes) {
if (succes)
{
// Si es una instancia de texto:
_root.areati.texto.text = this.textito;
// Si has asociado una variable:
_root.areati.texto = this.texto;
// borra el que no te valga, si es una
instancia de texto, el segundo te borra
// el textField
}
else
{
trace("Error cargando archivo");
}
};
this.loader.load
("http://localhost/Proyectos/eurofestime/flash/"+cadena[1]+".txt");
}
};
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
<!-------------------------------
Lista ASNativos:
subscripciones/desubscripciones
http://www.sidedev.net/asnativos
-------------------------------->