20/03/2005, 00:28
|
| | | Fecha de Ingreso: mayo-2003 Ubicación: DF
Mensajes: 574
Antigüedad: 21 años, 6 meses Puntos: 1 | |
Código:
var $datos:LoadVariables = new LoadVariables();
$datos.onLoad = function(correcto){
if(correcto) trace(this.var1 + " " + this.var2);
else trace("No se pudo cargar el archivo");
}
$datos.load("archivo.txt");
__________________ - P R I N C E - |