dovrebbe funzionare... non è il massimo delle performance..... ma dovrebbe andare...
onClipEvent (enterFrame) {
downloaded = mySound.getBytesLoaded();
total = mySound.getBytesTotal();
if (downloaded != total) {
_root.filmato.music.dl = "downloading song...";
} else {
complete = 1;
_root.filmato.music.dl = "";
plei=false;
}
if ((complete==1)&& (plei<>true)) {
mySound.start();
plei=true;
}
mySound.setVolume(_root.filmato.music.volume*2);
}

 
			
			 
					
					
					
						 Rispondi quotando
  Rispondi quotando