Scotty's Infinite/XML Menu Linking

I’m modifying one of Scotty’s infinite menu’s to my needs


the [COLOR=Magenta]infinite_resize.zip[/COLOR] is the one I’m modifying. Now I don’t need it to load image instead I want it to open up a link. I’ve modified xml “image” attribute to contain some URLs instead. I just need to know how to modify this bit of code to load the URL instead of an image:


item.onRelease = function() {
	containerMC.loadPic(this.id);
};

I tried something as simple as getURL and it didn’t like that, and if I run a trace it calls the node. I can trace the array and it shows me all the “image” values… but I just can’t call them individually. Even tried creating new variables to link directly to them… but I’m not l33t in AS. So need less to say I’m stuck need help… hook it up :smiley: