Wierd loader

can someone plz take a look at this fla file pls

Whats wrong with the script ? the wierd thing is that i have that same loader in another fla file an it works ok…
can someone help me…

when i run my movie the loader just stays there… no numbers moving… nothing.

thanks., damm youre right… but the fla Is to big so instead ill put the code.

onClipEvent (enterFrame){
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent -= (percent-((loading/total)*100))*.25;
per = int(percent);
percentage = per+"%";
loadBar._width = per;
if (percent>99) {
_parent.gotoAndPlay(2);
    }
  } 

and of course in my stage i have my dynamic text of the counter
and my MC of the bar…