i’ve got an array which loads image links from a xml file. i keep track of the picture loaded in the movie clip using:
up_Btn.onRelease = function() {
var pic1 = lArray(this.id);
getURL(pic1, "_blank");
};
but doesn’t seemtobe working, is this possible?
Sean