# Preloader

**URL:** https://forum.kirupa.com/t/preloader/18186
**Category:** Uncategorized
**Created:** [April 14, 2003, 8:33am UTC](https://forum.kirupa.com/t/preloader/18186 "2003-04-14T08:33:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![fishtank](https://avatars.discourse-cdn.com/v4/letter/f/b3f665/32.png) [@fishtank](https://forum.kirupa.com/u/fishtank)
#### Post date: [April 14, 2003, 8:33am UTC](https://forum.kirupa.com/t/preloader/18186/1 "2003-04-14T08:33:08Z")

</div>

hm…

ive got a problem with my preloader…  
first of all, i did one myself. it worked, but the first frame had a size of 16 kb (it only contained an image, a little bit of AS and a dynamic textfield to display the percents already loaded).

i thought smth must be wrong. i downloaded Lostinbetas Preloader-tut-file and copied the first 2 frames into my animation.

i tested it, and guess, the first frame has got a size of 19 kb!! it dures a while to load it with 56 k, thats why the visitor only sees the loading-bar from 29% to 100 %.

ive got NO idea how to fix that problem. i mean, can one loadbar have a size of 16 kb? thats weird …

please help me, ive got no idea how to fix 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: [April 14, 2003, 8:55am UTC](https://forum.kirupa.com/t/preloader/18186/2 "2003-04-14T08:55:59Z")

</div>

i tried this:

add an empty frame in front of the preloader. when i test the film, this (EMPTY !!!) frame has got a size of 17 kb. so it dures about 17 seconds to load until the preloader starts. any ideas how to solve 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: [April 14, 2003, 9:34am UTC](https://forum.kirupa.com/t/preloader/18186/3 "2003-04-14T09:34:57Z")

</div>

Do you have any movie clips that are attached dynamically? If you have then they are probably set to export in the first frame of your movie; thus the pause.

Try this thread for a more in depth explaination;

[http://www.kirupaforum.com/forums/showthread.php?s=&threadid=13212&highlight=preloader+export](http://www.kirupaforum.com/forums/showthread.php?s=&threadid=13212&highlight=preloader+export)

---

<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: [April 14, 2003, 10:32am UTC](https://forum.kirupa.com/t/preloader/18186/4 "2003-04-14T10:32:27Z")

</div>

no movieclips. only 1 variable loaded from a php-script, but that should be done when a certain frame is played…

ive got no idea how to do 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: [April 14, 2003, 4:54pm UTC](https://forum.kirupa.com/t/preloader/18186/5 "2003-04-14T16:54:31Z")

</div>

Mmmm. In that case ich weiss es nicht.

Sorry.

---

<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: [April 14, 2003, 5:05pm UTC](https://forum.kirupa.com/t/preloader/18186/6 "2003-04-14T17:05:35Z")

</div>

i have this same problem and i’m pretty sure it’s unavoidable unless you have a very, very small frame on which the preloader is locaded. Since I have a pretty big bitmap on my preloader frame, it takes a while for it to load…that’s why a put a site initializing text box in a frame before that…so when the preloader shows up it’s already at about 30%.
