# Preloader Help - Again ... LOL

**URL:** https://forum.kirupa.com/t/preloader-help-again-lol/989
**Category:** flash
**Created:** [August 5, 2002, 5:52pm UTC](https://forum.kirupa.com/t/preloader-help-again-lol/989 "2002-08-05T17:52:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![VixenLady](https://avatars.discourse-cdn.com/v4/letter/v/5daacb/32.png) [@VixenLady](https://forum.kirupa.com/u/VixenLady)
#### Post date: [August 5, 2002, 5:52pm UTC](https://forum.kirupa.com/t/preloader-help-again-lol/989/1 "2002-08-05T17:52:51Z")

</div>

Okay I finally got it all working:

[www.goldenwillowdesign.com](http://www.goldenwillowdesign.com)

Except when you click on any of the buttons that load an external .swf - the preloader displays:

“Loading content 100%”

No matter how much is loaded.

Here is the code from one of the movies:

In action layer:

Frame 1:  
Empty key

Frame 2:  
if (\_root.getBytesLoaded() \>= \_root.getBytesTotal()) {  
\_root.gotoAndPlay(“Main”);  
}  
percentLoaded = Math.round((\_root.getBytesLoaded()/\_root.getBytesTotal())\*100);  
loadingText = “Loading content…” + percentLoaded + “%”;

Frame 3:  
\_root.gotoAndPlay(“check”);

Frame 10:  
play();

But when I test the movie in Flash … it works fine.

Any ideas??

Vixie … who would attach file, but can’t get it to 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: [August 5, 2002, 7:12pm UTC](https://forum.kirupa.com/t/preloader-help-again-lol/989/2 "2002-08-05T19:12:35Z")

</div>

for some reason, the ‘\_root’ of loaded movies is now ‘\_level0’. you will have to replace ‘\_root’ with ‘this’ and it should work. i had the same problem with paths a little while back. if anyone has an explanation of why they changed this in flash mx i’d like to hear it!  
🙂  
jeremy

---

<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: [August 5, 2002, 9:07pm UTC](https://forum.kirupa.com/t/preloader-help-again-lol/989/3 "2002-08-05T21:07:54Z")

</div>

Okay tried that … still happens.

Again if I test it in Flash (Ctrl + Enter) it works fine. When I upload it to the web, it says 100% while loading.

Help!

Thanks in advance,  
Vixie

---

<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: [August 6, 2002, 12:54am UTC](https://forum.kirupa.com/t/preloader-help-again-lol/989/4 "2002-08-06T00:54:34Z")

</div>

this is not meant to be patronising atall, but make sure your cashe is clear.

frame 3 goto and play “check”, whats check?
