Hey you guys okay here is my deal. I got a menu that when you click on the button (which image is in xml file) it goes to the url from the xml file
Code:
imagesArray[i].addEventListener(MouseEvent.CLICK, doSomething);
function doSomething(event:MouseEvent):void {
imageReq= new URLRequest(thumbsXML.image[imagesArray.indexOf(event.target)].@url);
navigateToURL(imageReq, “_self”
But instead of that i need it to load a different swf… how do i do that?
I swore i had this code written down somewhere but i think it was for AS2 .
Thanks..
Posted about 1 month ago











