# Another one for the Preloader problem collection

**URL:** https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970
**Category:** Uncategorized
**Created:** [July 22, 2004, 11:56pm UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970 "2004-07-22T23:56:49Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![cardjorg](https://avatars.discourse-cdn.com/v4/letter/c/a183cd/32.png) [@cardjorg](https://forum.kirupa.com/u/cardjorg)
#### Post date: [July 22, 2004, 11:56pm UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/1 "2004-07-22T23:56:49Z")

</div>

I’ve searched in the forums and read the tutorials for hours and still can’t solve my problem.  
I’ve found similar problems and aplied all different solutions answered in the forums but nothing has worked for me.  
:red:  
I used the script :  
//first Frame  
bytes\_loaded = Math.round(\_root.getBytesLoaded());  
bytes\_total = Math.round(\_root.getBytesTotal());  
getPercent = bytes\_loaded/bytes\_total;  
\_root.loadBar.\_width = getPercent_100;  
\_root.loadText = Math.round(getPercent_100)+"%";  
if (bytes\_loaded == bytes\_total) {  
\_root.gotoAndStop(3);  
}

//second frame  
gotoAndPlay(1);

//third frame  
stop();  
//—end----

but the preloader doesnt even appear, first i thought it was because because i have a high speed conection but then i attached a 3mb sound file in the third frame and my preloader didn’t apeared

any help greatly apreciated 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 12:27am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/2 "2004-07-23T00:27:41Z")

</div>

Hmmm, make sure that all Instace Names are correct and that your loadBar is 100 pixels in width. Also, change the script on the second frame to: [AS]this.gotoAndPlay(1);[/AS]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:15am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/3 "2004-07-23T01:15:14Z")

</div>

> [@wizard](#):
>
> Hmmm, make sure that all Instace Names are correct and that your loadBar is 100 pixels in width. Also, change the script on the second frame to: [AS]this.gotoAndPlay(1);[/AS]

Thanks Wizzard but it didn’t worked i attached the fla to see if anyone can make it work to tell me my mistake 🙂  
I’ll keep trying any other sugestions you give me

[www.chase3000.com/x/Nestandardsorgpreloader3.fla](http://www.chase3000.com/x/Nestandardsorgpreloader3.fla)

Thanks :}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:17am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/4 "2004-07-23T01:17:41Z")

</div>

wheres the fla?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:20am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/5 "2004-07-23T01:20:35Z")

</div>

its attached now 😛

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:21am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/6 "2004-07-23T01:21:42Z")

</div>

mx04? :sigh:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:28am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/7 "2004-07-23T01:28:03Z")

</div>

ya sorry here is a link for mx.

[http://www.chase3000.com/x/Nestandardsorgpreloader4.fla](http://www.chase3000.com/x/Nestandardsorgpreloader4.fla)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:33am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/8 "2004-07-23T01:33:42Z")

</div>

first: you need to change the  
gotoAndPlay(2);  
to  
gotoAndPlay(1);

second:  
your file IS too small. I placed a 500kb image in frame 3 and everything was fine.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:41am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/9 "2004-07-23T01:41:03Z")

</div>

thanks but where do i have that  
gotoAndPlay(2);

I dont seem to find it 😛

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:42am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/10 "2004-07-23T01:42:29Z")

</div>

you posted

> //second frame  
> gotoAndPlay(2);

but you changed it in your fla

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:44am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/11 "2004-07-23T01:44:39Z")

</div>

ups 😛 i meant gotoAndPlay(1);

😃

thanks i’ll try that

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 1:52am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/12 "2004-07-23T01:52:47Z")

</div>

still doesn’t work :’(

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 2:03am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/13 "2004-07-23T02:03:53Z")

</div>

I thinks now it’s just a matter of your file being too small.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 2:06am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/14 "2004-07-23T02:06:14Z")

</div>

first I added a 500kb jpeg file and then later i added sound and still doesn’t show any other sugestions?

Thanks Wizzard & McGiver 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 2:14am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/15 "2004-07-23T02:14:50Z")

</div>

Guys I found the problem it works when i open it from the html file but not from the swf it self.  
Did you know this could happen?  
cuz i didn’t

Thanks 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 2:24am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/16 "2004-07-23T02:24:12Z")

</div>

No I’ve never seen that, but I’m glad you got it working.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 4:21am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/17 "2004-07-23T04:21:33Z")

</div>

If you’re just loading the html from your computer, the preloader won’t show. If you’re using the Flash Player for your computer, you can do a ‘simulated download.’

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 4:54am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/18 "2004-07-23T04:54:49Z")

</div>

see it for your self its kinda weird anyways first click on the swf link and don’t let it load all (its has a 3mb sound file)  
and then click on the html and it will show the preloader.

[http://www.chase3000.com/x/Nestandardsorgpreloader.swf](http://www.chase3000.com/x/Nestandardsorgpreloader.swf)

[http://www.chase3000.com/x/Nestandardsorgpreloader.html](http://www.chase3000.com/x/Nestandardsorgpreloader.html)

wierd uh? 😉

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 4:55am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/19 "2004-07-23T04:55:14Z")

</div>

oh, maybe you have it cached…if so then it would skip the preloader, i see it on both the swf, and html file…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2004, 5:00am UTC](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970/20 "2004-07-23T05:00:59Z")

</div>

but about when do you see it on the swf? percent wise%  
because i can’t even see it?

Thanks 🙂

[Next page](https://forum.kirupa.com/t/another-one-for-the-preloader-problem-collection/116970.md?page=2)
