A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Flash to link to specific pages within a pdf help

  1. #1
    Member
    Join Date
    Aug 2000
    Location
    San Diego
    Posts
    97

    Flash to link to specific pages within a pdf help

    I need to have my flash standalone menu open pdf files to specific pages.
    Is there a way to do this with get url? or some other easy method?
    Please help
    Mark

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    When your swf2exe tool just HAS to work
    there's only one choice... SWF Studio

  3. #3
    Member
    Join Date
    Aug 2000
    Location
    San Diego
    Posts
    97

    feedback

    Thanks for the link however this just shows how to use URL if I try this method it in my stand alone exe. It only opens the first page and will not go to the specific page that I want http://example.org/doc.pdf#page=3



  4. #4
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    If you read the entire thing it also shows you how to open a local document using the /A option on the command line of AcroRd32.exe.

    Acrobat.exe /A "page=3" "C:\example.pdf"

    Put the command to open your PDF at a specific page in a BAT file and use the EXEC fscommand to run the BAT file. That means you need to have a BAT file for every page/PDF combination you want to open but that's the limitation that comes with using Flash (because you can only pass a file name to the EXEC command, no arguments)

    If you want to get rid of that limitation you'll need a third party swf2exe tool like my SWF Studio.
    When your swf2exe tool just HAS to work
    there's only one choice... SWF Studio

  5. #5
    Member
    Join Date
    Aug 2000
    Location
    San Diego
    Posts
    97
    Quote Originally Posted by Northcode View Post
    If you read the entire thing it also shows you how to open a local document using the /A option on the command line of AcroRd32.exe.

    Acrobat.exe /A "page=3" "C:\example.pdf"

    Put the command to open your PDF at a specific page in a BAT file and use the EXEC fscommand to run the BAT file. That means you need to have a BAT file for every page/PDF combination you want to open but that's the limitation that comes with using Flash (because you can only pass a file name to the EXEC command, no arguments)

    If you want to get rid of that limitation you'll need a third party swf2exe tool like my SWF Studio.

  6. #6
    Member
    Join Date
    Aug 2000
    Location
    San Diego
    Posts
    97

    fscommand and vista

    got it to work but does not work in vista. what shoul i do?

  7. #7
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    does not work in vista
    That's not very helpful. How does it fail? What did you try to make it work? What did you do to try and figure out why it wasn't working?

    You could always try this Fixing the Windows Start Commadn in Vista to see if that helps. Without more information all I can do is guess at how to help you.
    When your swf2exe tool just HAS to work
    there's only one choice... SWF Studio

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