right I’m using unique identifiers to register when an mc has been loaded,
I am also calling the mc [“m”+ muid]
problem is it aint sticking it in the MC specified… (i’ve done the same before and it worked it ain’t now.
thanks
muid = "m"+dog+"s"+sel+"i"+item+"m"+myv;
//
mpath = ["m"+muid]
trace("M "+mpath)
//
//
npath = "viewer.mini." +mpath
trace("N...."+npath)
viewer.mini.attachMovie("piccont", ["m"+muid], viewer.mini.getNextHighestDepth());
//
//
trace(xmlNode.childNodes[selectedNum].childNodes[itemNumber].childNodes[2].childNodes[0].childNodes[dog-1].attributes.url);
npath.loadMovie(xmlNode.childNodes[selectedNum].childNodes[itemNumber].childNodes[2].childNodes[0].childNodes[dog-1].attributes.url);
//trace("P"+path)