Cita:
Iniciado por oscarios hola trata con esto a ver
stop();
onEnterFrame = function () {
porcentaje = Math.round((getBytesLoaded()/getBytesTotal()*100));
fil_mc._xscale = porcentaje;
percent_txt.text = porcentaje;
if (porcentaje == 100) {
play();
delete onEnterFrame;
}
};
ya lo probe me funciono muy bien muchas gracias te agradesco