help: can't find external files

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

  1. #1

    Default help: can't find external files

    hi list

    i have created an installer for my director presentation, which adds my app
    the start menu in its own program group folder & also a shortcut on the
    desktop.

    my problem is when i run the installed application from the start
    menu\programs or from a desktop shortcut my linked external pdf files cannot
    be found. However if i go to the installation folder on the HD using windows
    explorer and run my application from there the linked external pdf files are
    found.

    i have tried all kinds of methods to try & rectify this problem today but
    with nish success!! help!

    any advice most welcome


    nike Guest

  2. Similar Questions and Discussions

    1. external .js files
      Hi all, I see there is a way to setup external app to edit source files, but is there a way to use an external app (notepad.exe) to edit .js...
    2. Linking to external files
      I'm having the exact same problem - I can't break Contribute's default behavior of re-arranging the location of linked documents. My company has...
    3. External .as files
      I have a movie with ScrollPane component When exporting the size report is like this... Frame # Frame Bytes Total Bytes Scene -------...
    4. Slideshow with external files
      Hi, Flash comes with a nice slideshow movie, but I would like it that when the "next" button is pressed, it would load external photos. The movie...
    5. external exe files
      Hi Michael, No. You cannot effect your user's computer in any way from a web application. This isn't a Shockwave thing, it's a web security...
  3. #2

    Default Re: can't find external files

    BuddyAPI and it's baSetCurrentDir function ?

    hth
    --
    ----------------
    -- Ned
    ----------------------------------------
    Bien faire et laisser braire
    ----------------------------------------
    "nike" <nick@home.com> a écrit dans le message de
    news:bql30e$nde$1@forums.macromedia.com...
    | hi list
    |
    | i have created an installer for my director presentation, which adds my
    app
    | the start menu in its own program group folder & also a shortcut on the
    | desktop.
    |
    | my problem is when i run the installed application from the start
    | menu\programs or from a desktop shortcut my linked external pdf files
    cannot
    | be found. However if i go to the installation folder on the HD using
    windows
    | explorer and run my application from there the linked external pdf files
    are
    | found.
    |
    | i have tried all kinds of methods to try & rectify this problem today but
    | with nish success!! help!
    |
    | any advice most welcome
    |
    |


    Ned Guest

  4. #3

    Default Re: can't find external files

    > my problem is when i run the installed application from the start
    > menu\programs or from a desktop shortcut my linked external pdf files cannot
    > be found.
    How have you linked them? If you set their filenames with member(x).filename=the
    moviePath & "pdf\whatever.pdf" then they will work. Alternatively, although not
    preferable, you can set the working folder in the shortcut.

    Andrew

    Andrew Morton Guest

  5. #4

    Default Re: can't find external files

    On 04 Dec 2003, "Andrew Morton" <akm@in-press.co.uk.invalid> wrote:
    >> my problem is when i run the installed application from the start
    >> menu\programs or from a desktop shortcut my linked external pdf files
    >> cannot be found.
    >
    > How have you linked them? If you set their filenames with
    > member(x).filename=the moviePath & "pdf\whatever.pdf" then they will
    > work. Alternatively, although not preferable, you can set the working
    > folder in the shortcut.
    This was enough to make me look into my old installer code (well, not THAT
    old, I did just update it to take advantage of Buddy API 3.6 inclusion of
    baCopyFileProgress, etc.).

    It seems I'm using baCreatePMIcon for icons in the program group.
    Apparently it automatically fills in the "Start in" field of the shortcut.
    For icons on the deskTop, I'm using baMakeShortCutEx with the working
    folder parameter included.

    I don't know, but I suspect DirectOS and FileXtra have their equivalents to
    include the working folder.


    --
    Mark A. Boyd
    Keep-On-Learnin' :)
    Mark A. Boyd 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