/ Published in: ActionScript 3
Expand |
Embed | Plain Text
button.addEventListener(MouseEvent.CLICK, launchPDF); function launchPDF(e:MouseEvent):void { navigateToURL(new URLRequest("yourpdf.pdf")); }
You need to login to post a comment.
