# Load movieclips invisible

**URL:** https://forum.kirupa.com/t/load-movieclips-invisible/182652
**Category:** Uncategorized
**Created:** [March 20, 2006, 12:11pm UTC](https://forum.kirupa.com/t/load-movieclips-invisible/182652 "2006-03-20T12:11:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Dr00bie](https://avatars.discourse-cdn.com/v4/letter/d/3be4f8/32.png) [@Dr00bie](https://forum.kirupa.com/u/Dr00bie)
#### Post date: [March 20, 2006, 12:11pm UTC](https://forum.kirupa.com/t/load-movieclips-invisible/182652/1 "2006-03-20T12:11:27Z")

</div>

[FONT=Courier New]Heey all,

If got a llittle problem with a application that I am working on.  
I use flash pro 8 to build a 3d tour simulation. The application will contain 20 separate .swf files.  
But in order to reduce load time I want to load the swf files hidden and when I need them I want them to show them again.  
And it also needs to work in reverse.

At the moment I’m using the following code to load it:

mc\_pres.loadMovieNum(“present.swf”, 3);  
opnieuw.onRelease = function() {  
unloadMovieNum(3);  
};

Can somebody help me out?  
many thnx  
grTz  
Dr00bie[/FONT]

---

<div class="post-metadata">

### Author: ![stringy](https://avatars.discourse-cdn.com/v4/letter/s/919ad9/32.png) [@stringy](https://forum.kirupa.com/u/stringy)
#### Post date: [March 20, 2006, 12:17pm UTC](https://forum.kirupa.com/t/load-movieclips-invisible/182652/2 "2006-03-20T12:17:15Z")

</div>

> [@Dr00bie](#):
>
> [FONT=Courier New]Heey all,
> 
> If got a llittle problem with a application that I am working on.  
> I use flash pro 8 to build a 3d tour simulation. The application will contain 20 separate .swf files.  
> But in order to reduce load time I want to load the swf files hidden and when I need them I want them to show them again.  
> And it also needs to work in reverse.
> 
> At the moment I’m using the following code to load it:
> 
> mc\_pres.loadMovieNum(“present.swf”, 3);  
> opnieuw.onRelease = function() {  
> unloadMovieNum(3);  
> };
> 
> Can somebody help me out?  
> many thnx  
> grTz  
> Dr00bie[/FONT]

This might help

> **[kirupaForum](https://forum.kirupa.com)**
>
> Got a web design/development question or just want to hang out with the most awesome people on the planet? Drop on in!

---

<div class="post-metadata">

### Author: ![Dr00bie](https://avatars.discourse-cdn.com/v4/letter/d/3be4f8/32.png) [@Dr00bie](https://forum.kirupa.com/u/Dr00bie)
#### Post date: [March 20, 2006, 12:32pm UTC](https://forum.kirupa.com/t/load-movieclips-invisible/182652/3 "2006-03-20T12:32:27Z")

</div>

yeah that’s the same problem as me,  
but what is now the best solution?  
load in a array?  
all in one movieclip?  
maybe someone got code examples or something how it works because i’am not really a pro in it.

---

<div class="post-metadata">

### Author: ![Dr00bie](https://avatars.discourse-cdn.com/v4/letter/d/3be4f8/32.png) [@Dr00bie](https://forum.kirupa.com/u/Dr00bie)
#### Post date: [March 21, 2006, 10:05am UTC](https://forum.kirupa.com/t/load-movieclips-invisible/182652/4 "2006-03-21T10:05:08Z")

</div>

no one knows how to do it??? ☹

---

<div class="post-metadata">

### Author: ![jimhere](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jimhere/32/137_2.png) [@jimhere](https://forum.kirupa.com/u/jimhere)
#### Post date: [March 21, 2006, 3:41pm UTC](https://forum.kirupa.com/t/load-movieclips-invisible/182652/5 "2006-03-21T15:41:05Z")

</div>

You could take apart the flash file that Stringy referred you to:

> **[preload several swf\`s at once](https://www.kirupa.com/forum/showthread.php?185881-preload-several-swf-s-at-once&s=2537e52b1062044a0b3f529ce5a08efc&p=1610103#post1610103)**
>
> Got a web design/development question or just want to hang out with the most awesome people on the planet? Drop on in!
