Ask a Question related to Macromedia Director Lingo, Design and Development.
-
satya79 webforumsuser@macromedia.com #1
Disable escape button
Hi All,
I am trying to disable the escape button in the key board, if the escape button is pressed movie(which is a projector in my case) is being closed.
Is there any way i could stop this from happening.....
please help me out with this problem.....
Thanks in Advance.
satya79 webforumsuser@macromedia.com Guest
-
back button - disable
Is there a way to prevent the user from using the browser Back Button to go back to a previous page in an ASP.NET application? Thanks! Bill -
Disable the tab button
Hi All, I have a little problem, i have some sort of calculator with a bunch of textmembers which are editable. The thing is that i don't want ppl... -
Disable automatic URI::Escape in LWP
Is it possible to disable automatic escaping of unsafe characters in LWP (specifically in the POST and GET commands)? Thanks in advance! --... -
Disable Escape
Hi Is there any way I can disable the Esc button within a projector Thanks Bobby H -
How to disable the default button?
Hi group, My page consist of few text boxes and a server side button control (asp:button), when i finished editing and press enter key, it will... -
AstrO #2
Re: Disable escape button
Put this in a prepareMovie or startMovie script:
the exitLock = TRUE
AstrO
"satya79" <webforumsuser@macromedia.com> wrote in message
news:br5l9s$ha2$1@forums.macromedia.com...button is pressed movie(which is a projector in my case) is being closed.> Hi All,
>
> I am trying to disable the escape button in the key board, if the escape> Is there any way i could stop this from happening.....
>
>
> please help me out with this problem.....
>
>
>
> Thanks in Advance.
>
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.548 / Virus Database: 341 - Release Date: 5/12/2003
AstrO Guest
-
WrongPillNeo webforumsuser@macromedia.com #3
Re: Disable escape button
You do not need to disable the esc button.
What you need to do is put
the exitlock = TRUE
in your On StartMovie handler in your movie script.
This is make sure the movie does not exit when the esc key is pressed. You will need to however make a new way (whether it be a button or some other mechanism) in which the user can exit the movie.
WrongPillNeo webforumsuser@macromedia.com Guest
-
satya79 webforumsuser@macromedia.com #4
Re: Disable escape button
Thanks for the reply. That's what i was looking for.
satya79 webforumsuser@macromedia.com Guest



Reply With Quote

