Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default PDFs in Mac

    Does anyone know how to insert a PDF file in Director when creating a MAC Director file? I know on a PC you put a free version of Reader on your disk and insert code:

    on mouseUp
    open "MediaFolder/untitles.pdf" with "MediaFolder/Reader/AcroRd32.exe"
    end


    But I'm not sure how to open a PDF using a MAC. I have Director 8.5 for PC and Director 8 for Mac. Does Director MX for Mac have the ability to open PDFs?

    Thanks,

    Chris



    Stoffer27 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. PDFs...how do I do this example?
      I have a web site that was not constructed with Dreamweaver. Someone else did it for me. I've since been editing my site with at first Contribute 3...
    2. If I combine two PDFs...
      If I open a Press Quality PDF, Insert a second Press Quality page, is the PDF that results from a Save As itself Press Quality? Do I have some...
    3. Importing PDFs
      Hi, I'm using MS Windows XP & have a question regarding Indesign (CS 3.0.1) and importing PDFs. Is there a way of importing a 40 page PDF in...
    4. Help! PDFs
      I received a huge pdf document (750k) that needs to be reduced in file size for web-posting. So, I opened in Photoshop, discovered it was 300dpi,...
    5. images and PDFs
      I have created a PDF and imported an image created in Photoshop, but the image appears in poor quality no matter what the viewing percentage is set...
  3. #2

    Default Re: PDFs in Mac

    Hi Chris,

    It works exactly the same way on a Mac. Follow the Adobe instructions
    for installing Reader on the CD. You'll have to install the Mac version
    and the Win version.

    Then use the open command and use the Mac, ":", file separater
    charactor:

    open "MediaFolder:untitles.pdf" with "MediaFolder:Reader:AcrobatReader"

    or whatever the name of the system 9 Reader name is. OS X will work
    exactly the same way.

    --
    Rob
    _______
    Rob Dillon
    Team Macromedia
    [url]http://www.ddg-designs.com[/url]
    412-243-9119

    [url]http://www.macromedia.com/software/trial/[/url]
    Rob Dillon Guest

  4. #3

    Default Re: PDFs in Mac

    Hi Rob,

    Thanks for the advice. Still kinda confusing.


    You said:

    "It works exactly the same way on a Mac. Follow the Adobe instructions
    for installing Reader on the CD. You'll have to install the Mac version
    and the Win version."

    I have to install the MAC and PC version to run it on a MAC? Also, I can't find instructions from Adobe on how to install Reader on a CD. Can you explain? I know on the PC you just include the Reader file that the .exe file is in. Not sure about Mac.

    Thanks,

    Chris



    Stoffer27 webforumsuser@macromedia.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