XML menu Load/Unload?

Hi , just wondering whether any body can help me. I’ve got this nice xml flash menu and I was trying to integrate it with this site I’m trying to make. I was reading the tutorial on making a full site. loading and unloading movies. I wondered whether I could get it to work with XML. …

well sort of it loads the new .swf and the next one, but doesnt unload them.
I suspect i should use the unload command but dont know where to attach it. I tryed attaching it to my dnamic xml menu but it just broke it. ???

im stuck!

i know very little about xml but maybe this’ll point you in the right direction:

if you make an xml object like this:

myObject = new XML();

you can then load it like this:

myObject.load(“fancy_menu.xml”);

so…

i would imagine that the xml object has an ‘unload’ event

:-\