Director project over 2 CD's

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

  1. #1

    Default Director project over 2 CD's

    Hi,
    I am building a director project which involves playing back over one hour of Mpeg 1 video. This duration is made up of separate video clips.

    I need to store the clips across 2 CD's, with a common navigation menu.

    What is the neatest way of setting this up ?

    Any one done this before?

    thanks
    Andy



    BalsaDust webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Director project streaming to the web
      I've got a large director project (11mb as shockwave) that I would like to get to the web, piece by piece. How do I get my project to stream,(not...
    2. Is Director the right app for this project?
      Hi, I'm new to Macromedia products (beyond minor Flash dabbling). But I am an experienced professional C/C++ and Java Programmer as well as being...
    3. Testing of a Director CD project
      Is there any software/structured methods of testing completed projector ready for CD use? For example some software that applies difference...
    4. Opening a Director 9 project in Director 8. Is it possible??
      Please help!! I am having serious trouble. I have Director 8 at home and use director 8 at school. Is it possible to open my project in Director 8,...
    5. Saving a Director 8.5 project as Director 8.0
      I think you should tell them to sort their act out! Installing the latest shockwave plugin is a task for the IT department? Not much of an IT...
  3. #2

    Default Re: Director project over 2 CD's

    I have done this. Since I did there is probably some new fangled xtra that
    would make it easy. The trouble is that on a PC when an executable is
    loaded into memory from a CD, that CD can't be removed without some sort of
    crash. I experienced this on Win 98 and I would get that ugly blue screen
    with white text on it. I'm not sure what would happen in XP.

    So what I was forced to do was to have an installation routine on the CD
    that would copy, minimally, the projector, extras, splash image, and any
    other files that must be in the same directory as the .exe to the users hard
    drive. Then when the CD needed to be changed, ALL media that was in memory
    that was read from the CD (interface graphics, video, ANY media) had to be
    unloaded and in the projetor, the playback head was sent to a screen that
    just had a text box that told the user what CD to install. Of course, that
    text box cast member was in the projector, not in the .dir or .cst's that
    were on the CD.

    Of course, you have to read the name of the CD to make sure the user inserts
    the correct one (still important with a 2 CD project since the user could
    reinsert #1 when it asks for #2) and that means naming them correctly when
    you burn them. And you need to monitor when the CD is mounted in an
    exitFrame handler that doesn't run more often than once every few seconds.

    That's what is needed in a nutshell from my recollection. It's pretty cool
    when it all comes together but you'll run into a few headaches on the way
    (like relationships)



    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]


    "BalsaDust" <webforumsuser@macromedia.com> wrote in message
    news:bn5ppg$el9$1@forums.macromedia.com...
    > Hi,
    > I am building a director project which involves playing back over one hour
    of Mpeg 1 video. This duration is made up of separate video clips.
    >
    > I need to store the clips across 2 CD's, with a common navigation menu.
    >
    > What is the neatest way of setting this up ?
    >
    > Any one done this before?
    >
    > thanks
    > Andy
    >
    >

    Word of Mouth Productions Guest

  4. #3

    Default Re: Director project over 2 CD's

    Any chance you could distribute on a DVD? Everything would fit on one
    disc.

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

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