Acrobat 6.0 mac and presentation mode

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default Acrobat 6.0 mac and presentation mode

    I am trying to make a multi page file with presentation mode on ( pages wipe right on black background every 5 seconds).

    Everything works great on the mac but when I try it on Windows, the file opens but the pages do not automatically make the transition. I am saving them in version 5 mode.

    Any suggestions?
    D
    d_kelly@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Can't set touch up preferences. Acrobat 4.05a, Photoshop 7, Classic Mode
      Hi, Using Acrobat 4.05a, Photoshop 7, Illustrator 10 in classic mode 9.2.2. & 10.4.6. Have just got a new Quicksilver MAC. When I try to set my...
    2. #39289 [NEW]: all right in CGI/FastCGI mode, but not right in ISAPI mode.
      From: bin at tbswe dot com Operating system: Windows 2003 PHP version: 5.1.6 PHP Bug Type: Dynamic loading Bug description: ...
    3. Acrobat 6 Standard- extract image from PDF,change color mode, resave problem
      In a previous version of Acrobat, I could open the PDF, keystroke/click on the image & it would open Photoshop so I could check the color mode....
    4. Indesign>MultiplyTrasparency Mode>wil not print in Acrobat.
      I have Adobe Acrobat 5.0.5 from 11/02 and have this problem since adding Win XP Home 3 mo ago. I cant change the "Properties" in the edit menu. This...
    5. Acrobat 6 Full and Reader - can't get into non-integrated mode
      I have set the preferences to not be integrated, I have even renamed the NPPDF32.DLL files on the PC to prevent them from loading and still it comes...
  3. #2

    Default Re: Acrobat 6.0 mac and presentation mode

    Where are you setting the presentation options? Remember that
    anything under Preferences is something set on THAT computer only.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Acrobat 6.0 mac and presentation mode

    I originally set that under document properties in acrobat 6.0 on my mac. So its in the document. I also tried saving the file in version 6 and 4 and tested, but the same thing results. The windows environment uses reader 4.0

    D
    d_kelly@adobeforums.com Guest

  5. #4

    Default Re: Acrobat 6.0 mac and presentation mode

    May well be related to the version number not the platform. Could be
    new in 6.0.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: Acrobat 6.0 mac and presentation mode

    I can't see where you set the transition in "Document Properties ...", I can only see the "Initial view=>Open in full screen mode"

    You may try the below but I don't know how many versions back it will work.

    It is a personal Preferece and has to be set on each machine.
    This can be done with a Acro JavaScript, the below is beformed so the user's preference is reset to the original setting (always be nice).
    Yes, the code is outside the function so it will be performed on opening.
    "type" is the required transition as obtained from the "Acrobat=>Preferences=>Full Screen=>Default transition" list, leave out any spaces in the name.

    Advanced->JavaScript->Document JavaScripts...
    Script Name->openstate->Add...
    function openstate()
    {
    }
    var openstate;
    openstate=app.fs.defaultTransition;
    app.fs.defaultTransition="type";
    OK->Close
    Advanced->JavaScript->Set Document Actions...
    Document Will Close->Edit
    app.fs.defaultTransition=openstate;
    OK->OK
    Graham_O_Connor@adobeforums.com Guest

  7. #6

    Default Re: Acrobat 6.0 mac and presentation mode

    Howdy

    Maybe there is some confusion. I don't know if setting page transitions in Document Properties is the where they should be set

    In 6 the page transitions set under Document>Pages>Set Page Transitions.

    d Kelly mentioned "5 seconds" I don't think you can set time from the Document Properties just initial view. Time I know can be set from Preferences.

    From the "Page Transitions" you can set the length of the transitions and what pages they affect. Is this new with Acrobat 6?

    I haven't had any luck with Graham's javascript yet. But I haven't had time to test the Page Transitions in other versions. So the reseting the defaults may not be necessary.

    I may be wrong on all this but I've had the same problem that d Kelly had in the past

    Shaun
    Shaun_Scanlan@adobeforums.com Guest

  8. #7

    Default Re: Acrobat 6.0 mac and presentation mode

    Ok, the procedure I gave before was established in v6 and I had not realized there was the new option under Documents in v6.

    I have just tested both under v5 and v6 full version and reader.

    Neither methods work on v5 full or reader.
    Both methods work on v6 full and reader.
    Graham_O_Connor@adobeforums.com Guest

  9. #8

    Default Re: Acrobat 6.0 mac and presentation mode

    Can you have transitions without running in fullscreen mode?
    Garrett_Cobarr@adobeforums.com Guest

  10. #9

    Default Re: Acrobat 6.0 mac and presentation mode

    I don't believe so as they are a property of the full screen object.
    Graham_O_Connor@adobeforums.com Guest

  11. #10

    Default Re: Acrobat 6.0 mac and presentation mode

    Thanks for your feedback Graham,

    I've found the same results. I haven't run into any problems (so far) with 6.

    But 5 seems to require the transitions to be embedded (as described in
    "Acrobat Master Class" by Hastings, Akselen, Cohen) IF you want to override what's set in the preferences. I used the javascript that was in the book, but it was sort of a pain. Ok I'm lazy sometimes.

    I'm glad Adobe put the page transitions in. As far as d kelly issue with 5— I don't mean to plug the book mentioned, but that's the only place I have ever found a solution for that problem.

    So long for now.
    Shaun_Scanlan@adobeforums.com Guest

  12. #11

    Default Re: Acrobat 6.0 mac and presentation mode

    I agree the "Document=>Pages' solution is better. Thanks for pointing it out.
    I can't see why anyone doesn't update to Reader 6. It's free.
    Cheers
    Graham_O_Connor@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139