How to called the (multi) PDF file from your flash?
Its so simple.
If you are Flash designer or programmer, you supposely familiar with getURL command.
etc :
on(release){
getURL("yourdirectory/yourpdf.pdf",'blank');
;
For beginner:
1) Create a button with Flash
2) Once it done, highlight the button, and press F9 (keyboard)
3) Upon the actionscript box prompt-up, add the following command (as mentioned on above)
4) Publish it (control+enter or shift+F12 to published via internet browser)
5) You are done!
Good luck
(Take noted, that the following url command is 2.0 version)
0 comments:
Post a Comment