Results 1 to 3 of 3

Thread: Flash CS3 with pdf

  1. #1
    Join Date
    Apr 2008
    Posts
    22

    Flash CS3 with pdf

    I hope I can get help. I have the following problem:
    I have a button in Flash CS3, and I would like to be pressed when required to open a pdf file but I can not set this.
    Thank you.

  2. #2
    Join Date
    May 2008
    Posts
    518

    Re: Flash CS3 with pdf

    Code:
    import flash.net .* (do not remember the individual modules to be imported, imports all net) 
    
      var address: URLRequest = new URLRequest ( "http://www.SitoConPdfDaCaricare.it/PdfDaCaricare.pdf");  
      navigateToURL (address, "_blank");
    I hope this will be useful for you.

  3. #3
    Join Date
    Apr 2008
    Posts
    22

    Re: Flash CS3 with pdf

    Quote Originally Posted by Isaac1 View Post
    Code:
    import flash.net .* (do not remember the individual modules to be imported, imports all net) 
    
      var address: URLRequest = new URLRequest ( "http://www.SitoConPdfDaCaricare.it/PdfDaCaricare.pdf");  
      navigateToURL (address, "_blank");
    I hope this will be useful for you.
    That worked Many thanks .

Similar Threads

  1. Replies: 3
    Last Post: 11-01-2014, 09:54 AM
  2. Replies: 3
    Last Post: 11-12-2011, 10:02 PM
  3. Replies: 5
    Last Post: 05-07-2011, 09:40 PM
  4. Replies: 6
    Last Post: 21-07-2010, 06:02 AM
  5. Replies: 6
    Last Post: 20-04-2007, 11:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,556,961.21545 seconds with 16 queries