# Sliding Menu Loading external swf

**URL:** https://forum.kirupa.com/t/sliding-menu-loading-external-swf/231288
**Category:** flash
**Created:** [July 3, 2007, 2:16pm UTC](https://forum.kirupa.com/t/sliding-menu-loading-external-swf/231288 "2007-07-03T14:16:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![leoflash](https://avatars.discourse-cdn.com/v4/letter/l/9de053/32.png) [@leoflash](https://forum.kirupa.com/u/leoflash)
#### Post date: [July 3, 2007, 2:16pm UTC](https://forum.kirupa.com/t/sliding-menu-loading-external-swf/231288/1 "2007-07-03T14:16:50Z")

</div>

**[COLOR=Red]The Files:[/COLOR]** [fla.rar](http://vecka44.no-ip.org/fla.rar)

Hi  
I have problems displaying the background image of an external.swf loaded into a main.swf. The main.swf is the Sliding Menu downloaded from Kirupa.

\*\*The s2.swf calling for the background image  
**I have an empty mc in the main stage with the instance of imgHolder2.  
\*\*  
The script calls for the image:**  
\_root.imgHolder2.loadMovie(“images/content2.jpg”);

Why does the background image of external.swf not display???

**The button in main.swf calling for external swf**  
After finish sliding, button loads external.swf into \_root.contentHold.content2.  
\*\*  
The script:\*\*  
b2.onRelease = function() {  
menuSlide(contentHold.content2);  
\_root.contentHold.content2.loadMovie(“s2.swf”);

Im not sure the script is correct. Should I define the path to the external swf differently!?  
Thanks for your time  
Leo
