Menu.exe and myMovie.exe etc.

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

  1. #1

    Default Menu.exe and myMovie.exe etc.

    OK I want to have a group of around 3-4 Projectors on my CD...all controlled
    from my Menu.exe Projector...the viewer will click on the button of the movie
    they wish to see. I always thought this code would go to the new
    projector...play it and return to the original movie(menu)...but I just get an
    error message. Thanks for your time and advice.


    on MouseUp
    play "myTitle.exe"
    end

    toulouse2k Guest

  2. Similar Questions and Discussions

    1. Context Menu menu items Language Independent names
      Hi everyone, Can somebody provide me the language independent names of menu items of the context menu(right click menu). I tried very hard to find...
    2. JavaScript for menu bars or side menu for an externalweb page
      I have designed some web pages with top menn bars and drop-down menu buttons for web page linkings. So far all the web pages I have coded showed...
    3. Help wiht converting this actionscript vertical menu to a horizontal menu?
      I've been fiddling around with this script and I think my ActionScript is a bit too rusty for accomplishing what I want to change. I've been...
    4. How do I build Drop Down menu using Menu magic with Database result
      Hi Every One. I resently purched Menu Magic Dropdown System. I would like to list my database content like news( few sentense with link ), Authers...
    5. ANNC: PVII Menu Magic II Multi-Level Menu Tutorial.
      Hello All, Menu Magic II by Project Seven is probably the coolest menu creation tool there is for Dreamweaver. While PVII chose to provide a...
  3. #2

    Default Re: Menu.exe and myMovie.exe etc.

    Hi,

    Do you really need to have 2-4 separate projectors? In Director, you can
    create a single projector (which will be your inital movie) and jump to DIR or
    DXR files using the command: go to movie. This will save you disk space since
    all your movies will share your projectors run-time engine.

    Jayem Abania Guest

  4. #3

    Default Re: Menu.exe and myMovie.exe etc.

    When I tried it with the go to movie...I got an error message about not having a gifXtra..I though packing each movie into a projector would include all the xtras I needed.
    toulouse2k Guest

  5. #4

    Default Re: Menu.exe and myMovie.exe etc.

    Ahhhh...never mind, I figured it out....it's a matter of using Modify>Movie>Xtras...thanks for your suggestion, Jayem
    toulouse2k Guest

  6. #5

    Default Re: Menu.exe and myMovie.exe etc.

    Check the tech notes on "stub" projectors, here's one:

    [url]http://www.macromedia.com/support/director/ts/documents/projector_informa[/url]
    tion.htm
    JB 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