# \[FMX\] Help! Buttons on Infinite/SLiding Menu?

**URL:** https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430
**Category:** flash
**Created:** [November 21, 2002, 3:36am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430 "2002-11-21T03:36:13Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![kruza](https://avatars.discourse-cdn.com/v4/letter/k/a9a28c/32.png) [@kruza](https://forum.kirupa.com/u/kruza)
#### Post date: [November 21, 2002, 3:36am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/1 "2002-11-21T03:36:13Z")

</div>

Ok what i need to know how to do is as follows:-

I have a sliding/infinite menu that has Buttons located on it and i would like to simply open up MovieClips onto the Main Stage when the buttons are clicked. And when i click on the next button it closes the previous movie clip then opens the respective one.

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: [November 21, 2002, 3:44am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/2 "2002-11-21T03:44:22Z")

</div>

also is it possible to open the .swf into a desired section? or impossible to open up and show .swf inside a .swf?

---

<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: [November 21, 2002, 4:01am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/3 "2002-11-21T04:01:38Z")

</div>

[http://www.kirupa.com/developer/mx/loading.asp](http://www.kirupa.com/developer/mx/loading.asp)

i tried this tutorial and i manage to load a .swf onto the stage BUT it takes over the whole page.

And i tried putting the code in the frame as the example in the tutorial BUT it doesn’t work because the button is in the movieclip not on the “Scene 1” stage…

---

<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: [November 21, 2002, 4:10am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/4 "2002-11-21T04:10:11Z")

</div>

Hey -

Could you post your code and/or your .FLA file so I can examine exactly what you’re doing with your scripting?

---

<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: [November 21, 2002, 4:16am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/5 "2002-11-21T04:16:19Z")

</div>

i actually don’t know what to put in the scripting

BUT this is what i’ve tried…

**on (release) {  
loadMovie(“sunnyvale.swf”, “container1”);  
}**

I drew a square and made it a movie clip called the instance container1…

because my button called “SunnyOpen” is on a separate movie clip i tried making a test button on the actual “Scene 1” stage where the container1 is but still no go…

---

<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: [November 21, 2002, 4:18am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/6 "2002-11-21T04:18:56Z")

</div>

at the end of the day i just would like to load the movie Sunnyvale.swf into a specific square in Scene1.

All my buttons are actually on a sliding menu which is a Movie Clip.

---

<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: [November 23, 2002, 4:04am UTC](https://forum.kirupa.com/t/fmx-help-buttons-on-infinite-sliding-menu/8430/7 "2002-11-23T04:04:22Z")

</div>

anyone? plz
