praticamente provando il filamto c'è una bella pagina bianca, non succede niente e devo dire che del tuo codice non ci ho capito un fico secco:
perchè questo : onClipEvent (load) {
_visible = false;
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_root.play();
}
_visible = true;
perc = barra._xscale=Math.round((_root.getBytesLoaded()/_root.getBytesTotal())*100);
percentuale = perc+"%";
}
non capisco soprattutto l' inizio.
spero sei ancora in linea