I know there a lot of threads about preloaders but none seem to address my particular trouble. Here it is: My preloader has a progress bar. it works fine, but i have a percentage section that des nothing. the percentage is a small movie clip, with 21 frames. i tried to get the the clip to go to a certain frame depending on the loading progress of my movie. like this:
this.gotoAndStop(Math.round((_root._framesloaded/_root._totalframes)*21))
it should load the appropriate frame, but it does nothing.. it stays at zero percent while the bar moves.
What am i doing wrong can any body help me
thanx.
this.gotoAndStop(Math.round((_root._framesloaded/_root._totalframes)*21))
it should load the appropriate frame, but it does nothing.. it stays at zero percent while the bar moves.
What am i doing wrong can any body help me
thanx.