# XML menu problems

**URL:** https://forum.kirupa.com/t/xml-menu-problems/162275
**Category:** flash
**Created:** [September 11, 2005, 6:47pm UTC](https://forum.kirupa.com/t/xml-menu-problems/162275 "2005-09-11T18:47:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rai\_kane3](https://avatars.discourse-cdn.com/v4/letter/r/e47774/32.png) [@rai\_kane3](https://forum.kirupa.com/u/rai_kane3)
#### Post date: [September 11, 2005, 6:47pm UTC](https://forum.kirupa.com/t/xml-menu-problems/162275/1 "2005-09-11T18:47:13Z")

</div>

I have three movies

1. main fla 2. xmlmenu 3. external information fla

in the main fla is a container which loads the xmlmenu in the xmlmenu is a subcontainer which loads the external information.

When i test the xmlmenu on its own it loads everything fine but when I try to combine them all together nothing… I have run a trace and everything seems ok… no errors

1. main = on (release) {  
loadMovie(“xmlmenu.swf”, “container”);

}

1. xmlmenu = function setMenu(value) {  
loadMovie(value+".swf", “\_root.container.subcontainer”);  
}

I have tried everything can anyone help
