este es el codigo que le pongo al cargadot en el priner frame:
porcentaje = (this.getBytesLoaded()/this.getBytesTotal())*100;
regresiva = 10 - int(porcentaje / 10);
cargados = int(porcentaje) add "%";
if (porcentaje >= 100) {
gotoAndPlay ("inicio");
} else {
_root.barra._xscale = porcentaje;
play ();
}
