Dal principale:
car = _root.getBytesLoaded();
tot = _root.getBytesTotal();
perc = parseInt((car/tot)*100);
percent1 = perc+"%";
barra1._xscale = perc;
if (car == tot) {
loadMovieNum ("index2.swf", 1);
}
Dal principale:
car = _root.getBytesLoaded();
tot = _root.getBytesTotal();
perc = parseInt((car/tot)*100);
percent1 = perc+"%";
barra1._xscale = perc;
if (car == tot) {
loadMovieNum ("index2.swf", 1);
}