/ 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.
bradvanspriellgmailcom on 11/04/10
1 person have marked this snippet as a favorite
button.addEventListener(MouseEvent.CLICK, launchPDF); function launchPDF(e:MouseEvent):void { navigateToURL(new URLRequest("yourpdf.pdf")); }
You need to login to post a comment.