I have never used XML and I am trying to use a menu using XML
I want the buttons in the menu to link to an external swf and load in the main movie in a container movie clip.

here is the code where do I put the loadMovie action?

</button>
<button name = "main button">
<subitem name = "button1" location="movie1.swf"></subitem>
<subitem name = "button2" location="movie2.swf"></subitem>


Do I even put the loadMovie action in the xml file???

Thanks for taking the time to read this and I appreciate any help...