# Transitions Between External SWFs HELP!

**URL:** https://forum.kirupa.com/t/transitions-between-external-swfs-help/117077
**Category:** Uncategorized
**Created:** [July 24, 2004, 12:04am UTC](https://forum.kirupa.com/t/transitions-between-external-swfs-help/117077 "2004-07-24T00:04:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![leihi2](https://avatars.discourse-cdn.com/v4/letter/l/5e9695/32.png) [@leihi2](https://forum.kirupa.com/u/leihi2)
#### Post date: [July 24, 2004, 12:04am UTC](https://forum.kirupa.com/t/transitions-between-external-swfs-help/117077/1 "2004-07-24T00:04:49Z")

</div>

hey… im new at this forum…

i saw this tutorial  
[http://www.kirupa.com/developer/mx2004/transitions.htm](http://www.kirupa.com/developer/mx2004/transitions.htm)

i tried it but i have some problems…

i’ve put this action in a frame:

\_root.currMovie = “index"container.loadMovie(\_root.currMovie+”.swf"); so it starts to play the index.swfbut… when i test the movie… the index.swf plays… but my menu dissapears…its under the index.swf… and the same if i dont have the \_root.currMovie = “index” container.loadMovie(\_root.currMovie+".swf"); and i press the about button… the about.swf plays… but the menu is falling behind it

can someone please look at it??

[http://www.freepgs.com/leihi2/main.fla](http://www.freepgs.com/leihi2/main.fla)  
[http://www.freepgs.com/leihi2/[color=#2259c2]index.fla[/color]](http://www.freepgs.com/leihi2/index.fla)  
[http://www.freepgs.com/leihi2/about[color=#2259c2].fla[/color]](http://www.freepgs.com/leihi2/about.fla)

---

<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: [July 24, 2004, 10:04am UTC](https://forum.kirupa.com/t/transitions-between-external-swfs-help/117077/2 "2004-07-24T10:04:32Z")

</div>

It’s because the movieclip you load the external swfs in is on the same layer as your buttons. Simply move your buttons to a new layer above the one with the movieclip in it and all will be fixed. By the way, only main.fla can have navigation buttons. I saw you have them in about too, they shouldn’t be there because you will be loading a copy of the buttons.

---

<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: [July 24, 2004, 11:31am UTC](https://forum.kirupa.com/t/transitions-between-external-swfs-help/117077/3 "2004-07-24T11:31:44Z")

</div>

ok 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: [July 24, 2004, 12:01pm UTC](https://forum.kirupa.com/t/transitions-between-external-swfs-help/117077/4 "2004-07-24T12:01:39Z")

</div>

No problem 🙂
