# Prealoder stops at 46%.. but i think i know what the problem is

**URL:** https://forum.kirupa.com/t/prealoder-stops-at-46-but-i-think-i-know-what-the-problem-is/159156
**Category:** Uncategorized
**Created:** [August 15, 2005, 1:13pm UTC](https://forum.kirupa.com/t/prealoder-stops-at-46-but-i-think-i-know-what-the-problem-is/159156 "2005-08-15T13:13:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gunko2](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@gunko2](https://forum.kirupa.com/u/gunko2)
#### Post date: [August 15, 2005, 1:13pm UTC](https://forum.kirupa.com/t/prealoder-stops-at-46-but-i-think-i-know-what-the-problem-is/159156/1 "2005-08-15T13:13:30Z")

</div>

WHOAH… it’s been ages since i last posted here…

anyways… here’s how it goes…

first frame:

```php
var lb:Number = Math.round(this.getBytesLoaded());
var tb:Number = Math.round(this.getBytesTotal());
var pc:Number = lb/tb;
mcBar._width = pc*250;
tText = Math.round(pc*100)+"%";
if (lb == tb) {
 this.gotoAndStop(3);
}

```

second frame:

```php
this.gotoAndPlay(1);

```

third frame:

some gfx…

the problem is the preloader stops at 46%…  
i think the problem is that i have a sound in the third frame… i have some links and when u roll over them, there’s a sound… and i think that’s the problem…

if u need the fla. lemme know…

tnx ahead, Alex.
