sq1: load damn it

right back to square one…

I have this on a dynamic action for buttons,

you select a swf address from xml and load it into container. (for dropdown)

 
container.loadMovie(xmlNode.childNodes[whichSubMenu].childNodes[whichAnimation].attributes.variables);

however whenever I try to say… this.createEmptyMovieClip(“test”+ anyDAMNvariable, get.NextHighestDepth);

the load into that movieclip it just won’t have it :stuck_out_tongue:

i’ve tried a number of ways but can’t get it to work pooh :mario:

thanks I should know this…newbie