metti questo codice nel primo frame:

codice:
this.onEnterFrame = function() {
	if (this.getBytesLoaded()>=this.getBytesTotal()) {
		this.play();
		delete this.onEnterFrame;
	}
};
stop();
se poi vuoi pure un preload ne riparliamo!