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

  1. #1

    Default Re: open PDF file

    I would like to open a pdf file from director 2004 - not used lingo that much?
    Demetris Yiallouros 1 Guest

  2. Similar Questions and Discussions

    1. Duplicate files open anytime I open a file
      When I open an Illistratro file, two of the same file opens everytime. I browsed everyone of the subjects suggesting anything with the word...
    2. Open file, make changes, save file, close, re-open, file contents not changed
      I've now run into this several times and it's completely destroyed all of my confidence in Ilustrator CS on Mac. I'm hoping someone can confirm that...
    3. Unable To Open File "..." Because It Is Already Open With Write Permission
      I am trying to open a page for offline browsing and whenever I try to open a particular link I get this "Unable To Open File '...' Because It Is...
    4. The file 'bin\WebProj.dll' cannot be copied to the run directory. The requested operation cannot be performed on a file with a user-mapped section open.
      Hi, All, I got this error when trying to compile a web project. The file 'bin\Kennel.dll' cannot be copied to the run directory. The requested...
    5. PHP Warning: InterBase: Error while trying to open file File too large
      Hello, I have this configuration: kernel 2.3.20, apache 1.3.27, with php 4.2.3 as apxs module with firebirdCS-1.0.3-64IO I have problems with...
  3. #2

    Default Open PDF file

    I would like to open a pdf file from director 2004 - not used lingo that much?
    Demetris Yiallouros 1 Guest

  4. #3

    Default Re: Open PDF file

    Please don't cross post. Search the NG archives at:
    [url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&group=macromedia[/url]

    This has been answered many times.

    doug
    "Demetris Yiallouros 1" <webforumsuser@macromedia.com> wrote in message
    news:c764dj$f7f$1@forums.macromedia.com...
    > I would like to open a pdf file from director 2004 - not used lingo that
    much?


    Doug Golenski Guest

  5. #4

    Default Re: open PDF file

    Use Buddy API (2 free functions) - available at
    [url]http://www.mods.com.au/budapi/[/url]


    on mouseUp me
    set ok = baOpenFile( the moviePath & "yourpdfs\" & "file.pdf",
    "maximised" )
    end

    The above would open "file.pdf" located in the "\yourpdfs\" sub-folder
    adjacent to your DIR/EXE.


    Michael Hamstra



    "Demetris Yiallouros 1" <webforumsuser@macromedia.com> wrote in message
    news:c763n3$e42$1@forums.macromedia.com...
    > I would like to open a pdf file from director 2004 - not used lingo that
    much?


    Michael Hamstra 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