Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/07/2004, 12:32
Avatar de etmoreno
etmoreno
 
Fecha de Ingreso: diciembre-2002
Ubicación: near fireplace
Mensajes: 404
Antigüedad: 21 años, 4 meses
Puntos: 1
loginhotel, ahí te paso un código:

Cita:
fileExiste=new LoadVars();

fileExiste.onLoad=function(success) {

if(success) { {
gotoAndPlay("existe") // etiqueta
} else {
gotoAndStop("no_existe") // etiqueta
}
}

fileExiste.load("archivo.txt") //inicia el test
stop()
Saludos ;)