mm ok, ma come diventerebbe? cosi?
_root.onEnterFrame = function(){
car = this.getBytesLoaded();
tot = this.getBytesTotal();
if(car == tot){
delete this.onEnterFrame;
this.play();
}
}
mm ok, ma come diventerebbe? cosi?
_root.onEnterFrame = function(){
car = this.getBytesLoaded();
tot = this.getBytesTotal();
if(car == tot){
delete this.onEnterFrame;
this.play();
}
}