Any way to code a closing info page on quit?

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

  1. #1

    Default Any way to code a closing info page on quit?

    Is there a way to code a closing splash info screen that would play when the viewer quits the projector? I don't want to include a Quit button, but instead use the Windows "X" close button (or the Mac Close button).
    Anyone know what lingo programming would accommodate this?
    Thanks, in advance!


    deemo webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Slow to quit, force quit sometimes necessary
      Has anyone else experienced general slowness in starting and quitting the application? My users are on Acrobat Pro 7.08, using OS 10.4.6 on Dual...
    2. quit app by closing window AND exitlock TRUE
      Dear all, I created an application which jumps to a special dialogue when the user wants to terminate. Exit lock TRUE provides this functionality....
    3. ASP/SQL code for showing all DB info...
      Hi there, I need some ASP/SQL code that will show the complete structure of a database. That is, all the exisiting table names, and all fields...
    4. run asp-script when leaving / closing a page
      Hi! When a user enter my page, a cookie is created. When the user leaves the page (closeing the page), the cookie needs to be deleted. How...
    5. Getting info about SSL session from code
      Hi, How can I retrieve SSL session details from ASP.NET web page code? I could get info about key size (by HTTPS_KEYSIZE variable) but I don't...
  3. #2

    Default Re: Any way to code a closing info page on quit?

    Well, MX2004 makes this a no-brainer - but MX. I'm not sure you can tell if
    the close button has been pressed. Possibly with BuddyAPI or MasterApp, but
    I'm not sure.

    --


    Dave
    [url]http://www.blurredistinction.com/director[/url]


    Dave Mennenoh Guest

  4. #3

    Default Re:Any way to code a closing info page on quit?

    I read a very useful quote that said (something like) "programming is nothing more than problem solving".

    In this case, it isn't so much a matter of problem solving - as it is in making the user think he or she did something that they haven't done yet.

    What I mean is...don't code your close button to close/quit the projector - but rather move ahead to "Frame xx" that plays a closing splash screen and what ever other information you want ... and then quits.




    woodsposse webforumsuser@macromedia.com Guest

  5. #4

    Default Re:Any way to code a closing info page on quit?

    I did to that problem solving but it didn't seem to work. I tried:

    on closeWindow
    play frame "ExitText"
    end

    "ExitText" is a framemarker for the closing window, but that didn't seem to work.




    deemo webforumsuser@macromedia.com Guest

  6. #5

    Default Re:Any way to code a closing info page on quit?

    I think you may have misunderstood what I meant.

    Your code shouldn't have anything to do with "on closewindow"

    If you create a button for a user to click for them to close the window.....all that button does is jump to a certain part of your movie and play the "ending". It doesn't really close the window.

    Then, in the body of the script after the certain ending you want them to see is played....then have everything "quit".

    This is making the user think he/she clicked to close a window...but they really didn't (not exactly).

    Know what I'm sayin???


    woodsposse webforumsuser@macromedia.com Guest

  7. #6

    Default Re: Any way to code a closing info page on quit?

    they were wanting an exit screen when clicking the system level close
    button(ie the x button in the top corner of all windows applications)
    you can't code lingo onto this.

    you could try going to a movie rather than a marker on closewindow as
    even if it did jump to a marker the window would be closed anyway. i
    don't know that jumping to a movie will work but it's probably worth a
    try


    On Thu, 5 Feb 2004 23:56:55 +0000 (UTC), "woodsposse"
    [email]webforumsuser@macromedia.com[/email] wrote:
    >I think you may have misunderstood what I meant.
    >
    >Your code shouldn't have anything to do with "on closewindow"
    >
    >If you create a button for a user to click for them to close the window.....all that button does is jump to a certain part of your movie and play the "ending". It doesn't really close the window.
    >
    >Then, in the body of the script after the certain ending you want them to see is played....then have everything "quit".
    >
    >This is making the user think he/she clicked to close a window...but they really didn't (not exactly).
    >
    >Know what I'm sayin???
    >
    Richie Bisset Guest

  8. #7

    Default Re:Any way to code a closing info page on quit?

    I do understand what you mean. I was hoping, since I'm creating the projector in a window (which has either windows or macintosh close window buttons as part of the window), that I could code a closing info screen when that button is pressed. The reason I'd like this instead of a created "quit" button is the viewer can bypass it by pressing the application windows' close button.

    I'm still poking around, trying to figure it out.

    Thanks to all for the responses!


    deemo webforumsuser@macromedia.com Guest

  9. #8

    Default Re:Any way to code a closing info page on quit?

    Yes...you are right about the project - but I still don't think you hear what I'm saying.

    Don't create a projector with the normal Windows "close" buttons.

    Create a "windows "Close" button" that looks like a Windows "close" button - but have it do what you want it to do.

    You can do that in Director you know.


    woodsposse webforumsuser@macromedia.com Guest

  10. #9

    Default Re:Any way to code a closing info page on quit?

    > Don't create a projector with the normal Windows "close" buttons. Create a "windows "Close" button" that looks like a Windows "close" button - but have it do what you want it to do.

    Hmmmmm. I guess I didn't know that. 1. I don't see how to create a projector in a window without the default close button. 2. If I can, I'm assuming that I would create a "look alike" window in which I could create the button.

    I can maybe envision how this would work with a "full screen" projector, but not a windowed projector. Any tips?



    deemo webforumsuser@macromedia.com Guest

  11. #10

    Default Re: Any way to code a closing info page on quit?

    when you are creating your projector make sure that include title bar
    is un-checked in the options, this will remove the system title bar
    which contains the close, maximise and minimise buttons.


    On Fri, 6 Feb 2004 13:20:22 +0000 (UTC), "deemo"
    [email]webforumsuser@macromedia.com[/email] wrote:
    >> Don't create a projector with the normal Windows "close" buttons. Create a "windows "Close" button" that looks like a Windows "close" button - but have it do what you want it to do.
    >
    >Hmmmmm. I guess I didn't know that. 1. I don't see how to create a projector in a window without the default close button. 2. If I can, I'm assuming that I would create a "look alike" window in which I could create the button.
    >
    >I can maybe envision how this would work with a "full screen" projector, but not a windowed projector. Any tips?
    >
    Richie Bisset Guest

  12. #11

    Default Re: Any way to code a closing info page on quit?

    Right...what Richie says. Just don't include the title bar.

    Then...in your Director window - create your own title bar that looks remarkable like the system title bar - but your "X" button doesn't directly close the window.

    Know what I'm sayin?


    woodsposse webforumsuser@macromedia.com Guest

  13. #12

    Default Re: Any way to code a closing info page on quit?

    Yes. Thank you. I do know what you're saying. Sorry for the brain density. Good suggestions. Thanks to everyone that replied!




    deemo webforumsuser@macromedia.com Guest

  14. #13

    Default Re: Any way to code a closing info page on quit?

    But use a detection script so it displays either a MAC window look or PC
    window look depending on which system it is running on. You could put this
    in a startMovie handler.


    "deemo" <webforumsuser@macromedia.com> wrote in message
    news:c00kup$2b2$1@forums.macromedia.com...
    > Yes. Thank you. I do know what you're saying. Sorry for the brain density.
    Good suggestions. Thanks to everyone that replied!
    >
    >
    >
    >

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