# loadMovie jpg other layers not appearing

**URL:** https://forum.kirupa.com/t/loadmovie-jpg-other-layers-not-appearing/86595
**Category:** flash
**Created:** [April 14, 2005, 4:05am UTC](https://forum.kirupa.com/t/loadmovie-jpg-other-layers-not-appearing/86595 "2005-04-14T04:05:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![b\_lauren](https://avatars.discourse-cdn.com/v4/letter/b/b38774/32.png) [@b\_lauren](https://forum.kirupa.com/u/b_lauren)
#### Post date: [April 14, 2005, 4:05am UTC](https://forum.kirupa.com/t/loadmovie-jpg-other-layers-not-appearing/86595/1 "2005-04-14T04:05:24Z")

</div>

This is probably one of those super simple things

i have a child.swf that is loading into a parent.swf

within that child.swf i want to load a jpg as a background -

everything is working well - except that even though the container mc that loads the background image is on the bottom layer it covers up everything else in the child swf (ie buttons)

is this a prob with levels?

```auto

this.loadMovie ("1a.jpg", container);

```
