# Loading a swf from sliding menu

**URL:** https://forum.kirupa.com/t/loading-a-swf-from-sliding-menu/266577
**Category:** Uncategorized
**Created:** [July 22, 2008, 11:32am UTC](https://forum.kirupa.com/t/loading-a-swf-from-sliding-menu/266577 "2008-07-22T11:32:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![okozlovski](https://avatars.discourse-cdn.com/v4/letter/o/e99b99/32.png) [@okozlovski](https://forum.kirupa.com/u/okozlovski)
#### Post date: [July 22, 2008, 11:32am UTC](https://forum.kirupa.com/t/loading-a-swf-from-sliding-menu/266577/1 "2008-07-22T11:32:34Z")

</div>

Hi,

Sorry for a newbie question. I have a sliding menu. As one of the movies inside the contentHold i want to load an swf. I do this by going into the movie content2 and adding the following code:

```auto

this.clip_mc = this.createEmptyMovieClip ("holder", 1);
this.clip_mc.loadMovie("sourceMod.swf");

```

The swf file works perfectly if i launch it separately, but when i try to launch it from the sliding menu all i see is the background of the clip and not the actual content.
