Play from inside movieclip

custdetails_btn.addEventListener(MouseEvent.CLICK, popup);

function popup(event:MouseEvent):void {
MovieClip(root).play();
}

0 comments:

Post a Comment