Xml question....should be simple but...i am going crazy

well i have 2 xml gallery that load into a container, the xml are identical but with different pics, i changed the xml like this:
if (_root.xmlfile == null) {
_root.xmlfile = “products.xml”;
}
myXML.load(_root.xmlfile);
Basically one xml is product and another one is gallery, i changed the folders and the path name and everything works when i play the swfs but when i load them into a gallery i always get the same gallery bot the 2 different ones…
basically on one button i have loading gallery.swf and on the other i have loading products.swf, but for some reason it loads on both buttons the same gallery.swf…i tried to change and use other xml galleries and everything is ok but not with this one…
Any help?
Thank You
F