# Preloading more than meets the eye? :D

**URL:** https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186
**Category:** Uncategorized
**Created:** [May 18, 2003, 5:13pm UTC](https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186 "2003-05-18T17:13:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![asphaltcowboy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/asphaltcowboy/32/128_2.png) [@asphaltcowboy](https://forum.kirupa.com/u/asphaltcowboy)
#### Post date: [May 18, 2003, 5:13pm UTC](https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186/1 "2003-05-18T17:13:16Z")

</div>

sorry for the somewhat stupid topic 🙂

aaaanyway, I used this tutorial to create a preloader with loading bar [http://www.kirupa.com/developer/mx/percentagepreloader.htm](http://www.kirupa.com/developer/mx/percentagepreloader.htm), which is great. It works fine, looks fine etc. Problem: my main swf file is really very small, and the navigation system and other contents are separate swfs and load into it individually. How do I get my preloader to preload more than just my main swf (ie. all the other smaller ones)?

Hope that makes sense. Just ask if you need me to clarify!

Thanks for any help!

---

<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: [May 18, 2003, 5:39pm UTC](https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186/2 "2003-05-18T17:39:40Z")

</div>

maybe you ought to load all your swf in the first frames, do a loop which checks the sum of the getBytesLoaded() of all the movie clips…

---

<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: [May 18, 2003, 7:37pm UTC](https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186/3 "2003-05-18T19:37:43Z")

</div>

hmm, but how do I code that? or is it just a case of loading the movieclips in the first frame: will getBytesLoaded automatically take these into account?

---

<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: [May 18, 2003, 10:46pm UTC](https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186/4 "2003-05-18T22:46:41Z")

</div>

someone? how do I get lots of separate swfs to be preloaded by my main swf before they’re actually called into use?

---

<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: [May 18, 2003, 11:41pm UTC](https://forum.kirupa.com/t/preloading-more-than-meets-the-eye-d/21186/5 "2003-05-18T23:41:48Z")

</div>

Add the preloader to each file individually 😉

The whole purpose of loadMovie() is to load files individually each with their own preloader. If you are going to preload them all at once you might as well just make it one giant file with one giant file size 😉
