Non riesco a mettere un movie esterno(sfondo.swf)sotto a questo preloader. In pratica è un'animazione che voglio faccia da sfondo ma nn riesco ad inserirla.
Questo è il preloader che singolarmente va. Dove inserisco e come il movie?
Mi aiutate please
PRIMO FRAME
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
this.loadBar._width = getPercent*100;
this.loadText = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);}
SECONDO FRAME
this.gotoAndPlay(1);
TERZO FRAME
gotoAndPlay("Sito",1);