# Preloader question

**URL:** https://forum.kirupa.com/t/preloader-question/182548
**Category:** Uncategorized
**Created:** [March 19, 2006, 8:29am UTC](https://forum.kirupa.com/t/preloader-question/182548 "2006-03-19T08:29:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![beanSoldier](https://avatars.discourse-cdn.com/v4/letter/b/53a042/32.png) [@beanSoldier](https://forum.kirupa.com/u/beanSoldier)
#### Post date: [March 19, 2006, 8:29am UTC](https://forum.kirupa.com/t/preloader-question/182548/1 "2006-03-19T08:29:37Z")

</div>

hi,

i have a single swf that preloads itself. the fla has 1 linked font in the library and 20 linked sound files in the library. the swf file is about 500 kb.

when i test it over the netowork the movie pops up way to late and the preloader is usually at 90%+. so i’m assuming that my font and sound files are not being loaded like i want them to.

what settings do i have to alter so that my font and sound files(the bulk of the swf), are properly loaded.

thanks

---

<div class="post-metadata">

### Author: ![demadera](https://avatars.discourse-cdn.com/v4/letter/d/898d66/32.png) [@demadera](https://forum.kirupa.com/u/demadera)
#### Post date: [March 19, 2006, 8:48am UTC](https://forum.kirupa.com/t/preloader-question/182548/2 "2006-03-19T08:48:17Z")

</div>

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

click on “Advanced Flash Preloader”

this should cure your problem 🙂

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [March 19, 2006, 8:48am UTC](https://forum.kirupa.com/t/preloader-question/182548/3 "2006-03-19T08:48:18Z")

</div>

[http://www.senocular.com/flash/tutorials/faq/#preloaderstart](http://www.senocular.com/flash/tutorials/faq/#preloaderstart)

scotty(-:

---

<div class="post-metadata">

### Author: ![beanSoldier](https://avatars.discourse-cdn.com/v4/letter/b/53a042/32.png) [@beanSoldier](https://forum.kirupa.com/u/beanSoldier)
#### Post date: [March 19, 2006, 9:02am UTC](https://forum.kirupa.com/t/preloader-question/182548/4 "2006-03-19T09:02:38Z")

</div>

okay, i understand.

another question. i’d like to separate my preloader and content into different swfs so i don’t have to worry about the frame export settings.

however, my content swf has linked sounds and if i load that content swf into my preloader swf, the sounds will not work. is there any way around this?

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [March 19, 2006, 9:33am UTC](https://forum.kirupa.com/t/preloader-question/182548/5 "2006-03-19T09:33:59Z")

</div>

Do you have a target on the Sound object, eg

```auto
my_snd = new Sound(this);

```

?

scotty(-:

---

<div class="post-metadata">

### Author: ![beanSoldier](https://avatars.discourse-cdn.com/v4/letter/b/53a042/32.png) [@beanSoldier](https://forum.kirupa.com/u/beanSoldier)
#### Post date: [March 20, 2006, 6:05am UTC](https://forum.kirupa.com/t/preloader-question/182548/6 "2006-03-20T06:05:55Z")

</div>

no, what will that accomplish?

---

<div class="post-metadata">

### Author: ![scotty](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@scotty](https://forum.kirupa.com/u/scotty)
#### Post date: [March 21, 2006, 1:35pm UTC](https://forum.kirupa.com/t/preloader-question/182548/7 "2006-03-21T13:35:34Z")

</div>

Have you tried it?

scotty(-:
