A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pdf files, how do I access them with flash?

  1. #1
    banned by dp
    Join Date
    Jun 2002
    Posts
    245
    I have a cd rom I'm making, and I need to have a link that will launch a pdf file.

    HOw do I accomplish this?

    Thanks.

  2. #2
    We Hate Ars*nal
    Join Date
    Mar 2001
    Location
    North London!
    Posts
    439
    Use get url

    Code:
    on (release) {
    	getURL ("whatever.pdf");
    }
    It will automatically open acrobat reader, abnd the pdf file.

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