Hey guys. So I’m trying to link a button to open shadowbox. I keep getting an 1120 Error “Access of undefined property button”. My code is as follows:
button.addEventListener(MouseEvent.MOUSE_DOWN, myWork);
function myWork2(event:MouseEvent):void {
ExternalInterface.call(“Gallery”);
}
Also if someone could please explain where I put the images I want to use in my shadowbox? Currently I’ve copied all the files that came with shadowbox into my root folder. I’m not sure where else to go from there. I’m rather new to flash. Thanks!