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

  1. #1

    Default Title bar functions

    My question is about the titlebar display functions.
    I've created a project using Director MX (pc version) and need to be able to
    minimize the movie to show the desktop. I used the "Titlebar options" to show
    the title bar but when the minimize button is clicked during playback the
    desktop stays hidden. I need the movie to play fullscreen and hide the desktop
    until the minimize button is clicked - I have the movie set to play fullscreen.
    The "close box" function also doesn't seem to work in this mode. I there an
    easy way to do this? Thanks for the help.

    2bfishin Guest

  2. Similar Questions and Discussions

    1. title tag
      Could you advise me whether in Contribute 3 or 4 there is now an editable title attribute in the link properties dialogue box? I only have...
    2. Title when using frames
      I used frames to create a webpage. But when I view it in the browser the title doesn't appear. I used 3 frames and have the same title for all 3 but...
    3. #10743 [Com]: class functions & PHP core functions inconsistently clash ;)
      ID: 10743 Comment by: destes at ix dot netcom dot com Reported By: jjones at net-conex dot com Status: Open...
    4. Fastest way to get a the string between <title> </title>
      Hello, I have in my strHtml a html page. so what is the fastest way (with XML Read?) to get the "myValue" between <title>myValue</title> ...
    5. <title> value from PHP
      "ease" <ease@wanadoo.fr> schrieb: Not without some very complex coding with output buffering. May I suggest a simpler solution? The easiest...
  3. #2

    Default Re: Title bar functions

    When using the full screen projector option, you can place a minimise
    button on the stage.

    on mouseUp
    appMinimise -- I think that's the spelling
    end
    JB Guest

  4. #3

    Default Re: Title bar functions

    Thanks.
    I will also be returning the window to full screen - I'll use this script with "maximise" as well.
    2bfishin Guest

  5. #4

    Default Re: Title bar functions

    Thanks again! It worked great. The spelling is "appMinimize" - Have a good day.
    Scott
    2bfishin 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