1°fotogramma:

car = _root.getBytesloaded();
tot = _root.getBytestotal();
perc = parseInt((car*100)/tot);
if (car == tot) {
gotoAndPlay (3);
}

2° fotogramma:

gotoAndPlay (1);


il codice inserito è questo, lo stesso che ho usato mille altre volte... non capisco