Menu bar in projector extended??

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

  1. #1

    Default Menu bar in projector extended??

    Hi all,

    I created a menu bar on top of my projector with:

    menu: This cd
    menu: File
    Quit| halt

    This one is very basic And now i want to add some functions like,
    Get info - Just a window with general information
    Search CD - this will open the cd and shows all the readable files like .txt,
    ..ppt, .pdf etc

    Any links or tutorials



    keiTai Guest

  2. Similar Questions and Discussions

    1. Extended unit
      Hi, My question is purely theoretical. I add use in my time in University some software that use "extended type". For each variable, we...
    2. Extended Last Release 1.0
      Hello, I posted to comp.unix.solaris a while back asking if it was possible to print all 32-characters of a users ut_user field in a utmpx...
    3. Script to detect whether to load the Mac projector or PC projector
      I need my Flash projector presentation to detect whether the machine is a Mac or PC. If I create my movie for both, then what auto run script do I...
    4. How to move Projector into Mac-menu bar
      Hello, I've just created a small tool in Director, which - on command - will "hide/minimize" in the Windows tray bar using the Xtra "xTray". ...
    5. Double Apple menu items on Projector MX playback in OS 9
      Hi everyone, I've got a simple Director MX movie (just one static blank screen), and created a Projector from it. When I play this Projector in...
  3. #2

    Default Re: Menu bar in projector extended??

    The menu docs should shoe how handlers get caled.

    Your info window could be a different director file opened as a Movoe In
    A Window, look up MIAW in docs.

    Opening files with their assigned applications can be done best using an
    Xtra like buddyAPI, a limited number of functions at a time can be used
    free.
    JB Guest

  4. #3

    Default Re: Menu bar in projector extended??

    thnks for replying,

    For opening files i am using budapi.x32. Don't yet know how to assign a
    specific program, but it works. Except for the fact i always want to have the
    files opened in front.

    Which menu docs? Where can i find them?

    MIAW : gonna look into that.





    keiTai Guest

  5. #4

    Default Re: Menu bar in projector extended??

    > For opening files i am using budapi.x32. Don't yet know how to assign a
    > specific program, but it works. Except for the fact i always want to have the
    > files opened in front.
    Buddyapi looks up the application registered for a given extension type,
    like word for a .doc, it sould use te same application as opening the
    document in the file manager uses.

    Buddyapi has calls to get the application for a given extension, so you
    could find the application for .doc files and open a .txt file with that
    application, even though another app is the default for .txt.

    Director hs a simple open (this file with that application) command
    You need to supply exact location of both.



    Seems like you were opening minimized, that might make it come up in
    background
    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