Combined Code
frame 1 {
_root._quality = 'LOW';
total = getBytesTotal();
carregando = getBytesLoaded();
porcentagem = Math.floor((total / carregando) * 100);
porcentagem = Math.floor((carregando / total) * 100);
barra_mc._xscale = porcentagem;
if (carregando == total) {
gotoAndStop(3);
}
}
movieClip 3 {
}
frame 2 {
if (getBytesLoaded() < getBytesTotal()) {
gotoAndPlay(1);
} else {
gotoAndStop(3);
}
}
// unknown tag 88 length 90
button 9 {
on (press) {
gotoAndPlay(4);
}
}
movieClip 107 {
}
movieClip 108 {
}
movieClip 110 {
}
movieClip 165 {
}
frame 612 {
stop();
}