# External Preloading!

**URL:** https://forum.kirupa.com/t/external-preloading/27611
**Category:** Uncategorized
**Created:** [August 4, 2003, 7:05pm UTC](https://forum.kirupa.com/t/external-preloading/27611 "2003-08-04T19:05:34Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![balroo](https://avatars.discourse-cdn.com/v4/letter/b/b5e925/32.png) [@balroo](https://forum.kirupa.com/u/balroo)
#### Post date: [August 4, 2003, 7:05pm UTC](https://forum.kirupa.com/t/external-preloading/27611/1 "2003-08-04T19:05:34Z")

</div>

hi there,

i need some serious help here,

i have a main swf file, and in that file on a particular keyframe i have in-putted a load movie command, which loads a swf file from my web directory into a blank movie clip.

There is no problem up to this point, only when i input a preloader to this external swf on my web directory it does nothing and just shows me the preloader without following the animation!

basically is it possible to have external flash file preloading within the main swf file?

if so how, i would really appreciate it!! :thumb:

thnx in advance !! 🙂

---

<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 4, 2003, 7:53pm UTC](https://forum.kirupa.com/t/external-preloading/27611/2 "2003-08-04T19:53:09Z")

</div>

You could use both methods: adding the preloader on the external swf or inside the main swf.

Now, if you have chosen the 1st option and the preloader didnt work, it might be a path problem. Did you define the variables for the preloader(on the external swf) using \_root?

---

<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 4, 2003, 7:53pm UTC](https://forum.kirupa.com/t/external-preloading/27611/3 "2003-08-04T19:53:31Z")

</div>

Yea, the same thing happened to me. I think it’s because in the preloader, there is an action somewhere : \_root.play. Root targets that maintimeline in the preloaders case…so its like the movie loaded is just a movie clip, take off the \_root.play and put just play(); - Well…that was a wild guess. Try it. You never 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: [August 4, 2003, 8:29pm UTC](https://forum.kirupa.com/t/external-preloading/27611/4 "2003-08-04T20:29:02Z")

</div>

hi there,

thnx alot sharif that worked a treat!!

thnx alot!!

bye 4 now :thumb:
