# Load external swf

**URL:** https://forum.kirupa.com/t/load-external-swf/18391
**Category:** Uncategorized
**Created:** [April 16, 2003, 5:38am UTC](https://forum.kirupa.com/t/load-external-swf/18391 "2003-04-16T05:38:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![esek](https://avatars.discourse-cdn.com/v4/letter/e/e8c25b/32.png) [@esek](https://forum.kirupa.com/u/esek)
#### Post date: [April 16, 2003, 5:38am UTC](https://forum.kirupa.com/t/load-external-swf/18391/1 "2003-04-16T05:38:08Z")

</div>

hi

i created a movie that runs fine BUT when i load a swf into level 2 of that movie then the whole movie become slow

can anyone help me solve the problem

btw the external swf that i load is around 256KB

---

<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 16, 2003, 6:14am UTC](https://forum.kirupa.com/t/load-external-swf/18391/2 "2003-04-16T06:14:01Z")

</div>

Generally when the flash player is playing slowly it is pushing the system resources (mhz, ram etc…). This is only a suggestion, but perhaps the swf that you are loading is putting a bit of strain on your system (too many elements playing at once?). The size of the file shouldn’t make a difference as it is downloaded and played from a cache.

I think for further help you might need to show us an example of what is happening, unless someone else has any suggestions?

---

<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 16, 2003, 7:03am UTC](https://forum.kirupa.com/t/load-external-swf/18391/3 "2003-04-16T07:03:27Z")

</div>

The only suggestion I can make would be:

A) think about the neccessity of having both movies run at the same time. Why are you doing it? In most cases there is little or no reason to have two swfs playing at the same time in two different levels.

B) (if you must have them both running simultaniously) check each one for movie clips that are moving, or tweens that are opperating. If any of the movie clips are not neccessary, turn their \_visible property to false.

The biggest drag on processor power is an object who’s \_alpha property is not 100% moving over another object. The second biggest drag is an object with lots of vectors moving. look for instances of those two things and try to illiminate as many as possible.

---

<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 17, 2003, 1:45am UTC](https://forum.kirupa.com/t/load-external-swf/18391/4 "2003-04-17T01:45:20Z")

</div>

ok tq
