baOpenFile, Bundles, and OS9

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

  1. #1

    Default baOpenFile, Bundles, and OS9

    I'm creating a Mac/PC hybrid CD in which the Mac portion is also OSX/OS9
    compatible. I used the techinque described in this technote
    [url]http://www.macromedia.com/support/director/ts/documents/bundle_proj.htm[/url] .

    Everything works fine except for 1 thing. I am opening a pdf file with
    buddy api. baOpenFile works fine on the PC, and on OSX....but not on OS9.
    It makes a call to acrobat but can't seem to open the pdf that is in the
    bundle. It gives me an error basically saying that acrobat can't open the
    file. I can unbundle the file and open it in acrobat...but not while it's
    bundled up. Does anyone have any suggestions?

    Thanks,

    -Mike
    Michael Gartner Guest

  2. Similar Questions and Discussions

    1. Auto-starting bundles on Mac OS???
      Hi All, I've created a cross-platform application in DirMX for Win / Mac Classic and OS X. Since one has to create a bundle on the Mac with the...
    2. projector crashing with Buddy API's baOpenFile
      I am using Buddy API to open both Adobe Acrobat and Powerpoint files with the baOpenFile command. I have included the Xtra in the projector. Since...
  3. #2

    Default Re: baOpenFile, Bundles, and OS9

    Pls check the path you are given.

    PC and OS X "\" will work but for os 9 you have to use ":"

    pls check this

    Rk

    "Michael Gartner" <gartner@d4creative.com> wrote in message
    news:87b679f3.0404280718.45b6fc98@posting.google.c om...
    > I'm creating a Mac/PC hybrid CD in which the Mac portion is also OSX/OS9
    > compatible. I used the techinque described in this technote
    > [url]http://www.macromedia.com/support/director/ts/documents/bundle_proj.htm[/url] .
    >
    > Everything works fine except for 1 thing. I am opening a pdf file with
    > buddy api. baOpenFile works fine on the PC, and on OSX....but not on OS9.
    > It makes a call to acrobat but can't seem to open the pdf that is in the
    > bundle. It gives me an error basically saying that acrobat can't open the
    > file. I can unbundle the file and open it in acrobat...but not while it's
    > bundled up. Does anyone have any suggestions?
    >
    > Thanks,
    >
    > -Mike

    Rk Guest

  4. #3

    Default Re: baOpenFile, Bundles, and OS9

    definitely using ":". Thanks,

    -Mike

    "Rk" <director_rk_nospam@yahoo.com> wrote in message news:<c6q2jb$gfg$1@forums.macromedia.com>...
    > Pls check the path you are given.
    >
    > PC and OS X "\" will work but for os 9 you have to use ":"
    >
    > pls check this
    >
    > Rk
    >
    > "Michael Gartner" <gartner@d4creative.com> wrote in message
    > news:87b679f3.0404280718.45b6fc98@posting.google.c om...
    > > I'm creating a Mac/PC hybrid CD in which the Mac portion is also OSX/OS9
    > > compatible. I used the techinque described in this technote
    > > [url]http://www.macromedia.com/support/director/ts/documents/bundle_proj.htm[/url] .
    > >
    > > Everything works fine except for 1 thing. I am opening a pdf file with
    > > buddy api. baOpenFile works fine on the PC, and on OSX....but not on OS9.
    > > It makes a call to acrobat but can't seem to open the pdf that is in the
    > > bundle. It gives me an error basically saying that acrobat can't open the
    > > file. I can unbundle the file and open it in acrobat...but not while it's
    > > bundled up. Does anyone have any suggestions?
    > >
    > > Thanks,
    > >
    > > -Mike
    Michael Gartner Guest

  5. #4

    Default Re: baOpenFile, Bundles, and OS9


    Did this change in Director MX2K4? Because in Director MX the ":" was still
    used as the path delimiter for Mac OS X (even though the OS itself uses a
    forward slash...not a back slash).
    "Rk" <director_rk_nospam@yahoo.com> wrote in message
    news:c6q2jb$gfg$1@forums.macromedia.com...
    > Pls check the path you are given.
    >
    > PC and OS X "\" will work but for os 9 you have to use ":"
    >
    > pls check this
    >
    > Rk
    >
    > "Michael Gartner" <gartner@d4creative.com> wrote in message
    > news:87b679f3.0404280718.45b6fc98@posting.google.c om...
    > > I'm creating a Mac/PC hybrid CD in which the Mac portion is also OSX/OS9
    > > compatible. I used the techinque described in this technote
    > > [url]http://www.macromedia.com/support/director/ts/documents/bundle_proj.htm[/url]
    ..
    > >
    > > Everything works fine except for 1 thing. I am opening a pdf file with
    > > buddy api. baOpenFile works fine on the PC, and on OSX....but not on
    OS9.
    > > It makes a call to acrobat but can't seem to open the pdf that is in the
    > > bundle. It gives me an error basically saying that acrobat can't open
    the
    > > file. I can unbundle the file and open it in acrobat...but not while
    it's
    > > bundled up. Does anyone have any suggestions?
    > >
    > > Thanks,
    > >
    > > -Mike
    >
    >

    Doug Golenski 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