Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje17-02-2009, 15:24 (UTC)    
Título del mensaje: Pido Ayuda Para Poner Uploading en Animacion Flash

Código:
getBytesLoaded()
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
this.loadBar._width = getPercent*100;
this.loadText = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
}



Al parecer el Action Script es asi, pero me manda error, pls si alguien sabe sigo esperando ayuda, Gracias.
Saludos.


Ultima edición por delacruzgarcia el Mie Feb 18, 2009 12:38 pm; editado 2 veces
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group