codice:
car = _root.getBytesLoaded();
tot = _root.getBytesTotal() / 2;
if(car >= tot){
	nextScene();
	play();
}