Ask a Question related to Macromedia Director Basics, Design and Development.
-
deemo webforumsuser@macromedia.com #1
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
-
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... -
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.... -
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... -
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... -
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... -
Dave Mennenoh #2
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
-
woodsposse webforumsuser@macromedia.com #3
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
-
deemo webforumsuser@macromedia.com #4
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
-
woodsposse webforumsuser@macromedia.com #5
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
-
Richie Bisset #6
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
-
deemo webforumsuser@macromedia.com #7
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
-
woodsposse webforumsuser@macromedia.com #8
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
-
deemo webforumsuser@macromedia.com #9
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
-
Richie Bisset #10
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
-
woodsposse webforumsuser@macromedia.com #11
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
-
deemo webforumsuser@macromedia.com #12
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
-
Rowan Ferguson #13
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...Good suggestions. Thanks to everyone that replied!> Yes. Thank you. I do know what you're saying. Sorry for the brain density.>
>
>
>
Rowan Ferguson Guest



Reply With Quote

