# Problem with loaded swf

**URL:** https://forum.kirupa.com/t/problem-with-loaded-swf/204321
**Category:** flash
**Created:** [October 18, 2006, 9:26pm UTC](https://forum.kirupa.com/t/problem-with-loaded-swf/204321 "2006-10-18T21:26:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![a038537](https://avatars.discourse-cdn.com/v4/letter/a/9d8465/32.png) [@a038537](https://forum.kirupa.com/u/a038537)
#### Post date: [October 18, 2006, 9:26pm UTC](https://forum.kirupa.com/t/problem-with-loaded-swf/204321/1 "2006-10-18T21:26:49Z")

</div>

Hi,

I am new to the forum.

I am trying to use the following sliding menu in my site

[http://www.kirupa.com/developer/flash5/slidingmenu.htm](http://www.kirupa.com/developer/flash5/slidingmenu.htm)

The menu works, i have made an swf called slide1.swf and it works on its own.  
But now when i try to load it into the main swf it dous nothing, it is supposed to move a little when first loaded and then move when the buttons are clicked. Well nothing happens it just sits there.

This is the code i use to load the movie:

on(release) {  
loadMovie(“slide1.swf”,\_root.MC);  
}

the code in slide1.swf is the same as in the source

[http://www.kirupa.com/developer/flash5/slidingmenu.htm](http://www.kirupa.com/developer/flash5/slidingmenu.htm)

What am i doing wrong??

thx  
Stefan
