file paths when using a stub projector

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

  1. #1

    Default file paths when using a stub projector

    Hi

    When I use a stub projector to open a .DIR file (rather than creating just one larger projector file), Director always tries to find any external Quicktime movies on the original hard drive, in the original directory etc etc. The result is a prompt asking the user to locate the correct Quicktime files which is not acceptable. Usually of course the project is not being produced for playback on the machine that I use for authoring, but rather should play on any machine. However, I don't have this problem if I create a projector, and not use a stub.

    I know that for external sound files, it is possible using 'Sound Playfile ...' to specify a relative path, but what about video?

    How do people get around this?

    Phil


    Gone Platinum webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. stub projector or ???
      I am a teacher and my kids are making a times tables program in director 7 academic. They want to sent it to some other schools. Even though we...
    2. PC stub projector
      Please. I created a Director movie on a Mac and am desperately looking for a stub projector that can allow it to be viewed on a PC. So far, I have...
    3. PC stub projector?
      I have Director MX for the Mac and need to make a projector for a PC. So I am looking for a hybrid stub projector if possible, and one for a PC at...
    4. How big is too big for a projector vs. a stub?
      Quick question about projector vs. a stub projector. Not sure how big is too big for a single projector file. My project will be running off a...
    5. Creating a stub projector
      I'm trying to make a stub projector to link to an external director movie. The stub projector has this script in its first frame: on enterFrame...
  3. #2

    Default Re: file paths when using a stub projector

    > When I use a stub projector to open a .DIR file (rather than creating just
    one larger projector file), Director always tries to find any external
    Quicktime movies on the original hard drive, in the original directory etc
    etc. The result is a prompt asking the user to locate the correct Quicktime
    files which is not acceptable. Usually of course the project is not being
    produced for playback on the machine that I use for authoring, but rather
    should play on any machine. However, I don't have this problem if I create a
    projector, and not use a stub.
    >
    > I know that for external sound files, it is possible using 'Sound Playfile
    ....' to specify a relative path, but what about video?
    >
    > How do people get around this?
    >
    I usually specify a full path by using something like:

    pathdelim=(the moviepath).char[the moviepath.char.count]
    movieFileName=the moviepath & "movies"& pathdelim "movie.mov" -- to get a
    movie.mov in a subdir "movies"


    JPrice 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