A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Hi everyone! Help w/creating a link to open a multiple page pdf

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    2

    Hi everyone! Help w/creating a link to open a multiple page pdf

    Hi there, I'm hoping someone can help me on this. I'm creating a website and need to create a link (on a button or text) that will allow the user to download a 300+ page pdf catalog that I created in Adobe Acrobat. I would like the catalog to open in Adobe Reader. If anyone can help me it would be MUCH appreciated! Thanks

  2. #2
    Junior Member
    Join Date
    Jun 2007
    Posts
    2

    problem solved

    Cool, I got the answer to my prob and it's so easy and obvious I can't believe I couldn't figure it out. So, to those who might want to know I just put my .pdf file and my .swf in the same folder and then added this script to my button:

    on(press){
    getURL("file_name.pdf","_blank");
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center