Song is in mp3, but I tried compresing it in flash, it sad it will be 16% of original (300kb or so) but when I exported, the size was same. I ll deal with that by compresing the song more before I import it to .fla.
What I realy don't understand now is what happend to my preloader... first there is no preloader, than it apperas when the movie is half loaded, bar is on the half and it loads fine till the end than.
Here is my preloader code, I can't find anything wrong tho... Maybe you will:
Code:
t = this.getBytesTotal();
l = this.getBytesLoaded();
p = l / t * 100;
_root.PreloaderBar.gotoAndStop(Math.round(p / 1) + 1);
_root.PreLoaderBar.PercentL = String(int(p)) add "%";
Bookmarks