# Loadmovie and mask problems

**URL:** https://forum.kirupa.com/t/loadmovie-and-mask-problems/25056
**Category:** Uncategorized
**Created:** [July 8, 2003, 11:14pm UTC](https://forum.kirupa.com/t/loadmovie-and-mask-problems/25056 "2003-07-08T23:14:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Obelisk](https://avatars.discourse-cdn.com/v4/letter/o/f475e1/32.png) [@Obelisk](https://forum.kirupa.com/u/Obelisk)
#### Post date: [July 8, 2003, 11:14pm UTC](https://forum.kirupa.com/t/loadmovie-and-mask-problems/25056/1 "2003-07-08T23:14:55Z")

</div>

Hi all,

Here is the setup for this story. I have a flash movie (MC\_A)calling another mc (MC\_B) through the loadMovie function. The movie being called, MC\_B simmply has two layers, one of them being a mask.

Now the issue is when the movie loads I see MC\_B but now MC\_A is no longuer visible.

Does anyone have any ideas?

Thanks

---

<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: [July 8, 2003, 11:17pm UTC](https://forum.kirupa.com/t/loadmovie-and-mask-problems/25056/2 "2003-07-08T23:17:12Z")

</div>

Did you load them into the same place? Maybe you overwrote one of them.

---

<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: [July 8, 2003, 11:20pm UTC](https://forum.kirupa.com/t/loadmovie-and-mask-problems/25056/3 "2003-07-08T23:20:00Z")

</div>

Well the main movie is MC\_A. MC\_B is being loaded into that movie.

I am including the AS below.

[AS]  
function populateNews(){  
\_root.createEmptyMovieClip(“container1”, 1);  
\_root.loadMovie(“smallMCTransition2.swf”, container1);

}  
[/AS]
