|  | disable right-click? |  | |
| | | bhnh |  |
| Posted: Fri Aug 15, 2008 3:21 pm Post subject: disable right-click? |  |
Is there a way to totally disable the right-click menu? I've inserted the following:
Stage.showMenu = false; _global.showRedrawRegions(false);
...which does a pretty good job, but I'm still getting a right-click popup with "Show Redraw Regions" and "Settings". Can the popup be done away with altogether?? Many thanks in advance. |
| |
| | | Shan-Dysigns |  |
| Posted: Fri Aug 15, 2008 3:46 pm Post subject: Re: disable right-click? |  |
| Examples are all over the internet. Have you searched? |
| |
| | | urami_ |  |
| Posted: Mon Aug 18, 2008 11:34 pm Post subject: Re: disable right-click? |  |
bhnh wrote:
| Quote: | Is there a way to totally disable the right-click menu? I've inserted the following:
Stage.showMenu = false; _global.showRedrawRegions(false);
...which does a pretty good job, but I'm still getting a right-click popup with "Show Redraw Regions" and "Settings". Can the popup be done away with altogether?? Many thanks in advance.
|
No, it can't be disabled. The only time you can deactivate but not eliminate the SETTING, is when flash movie stage get really small.
The setting window has specific size of (approx) 210 by 140 pixels. If the flash movie is too small, you won't be able to see the entire SETTING box, therefor it will dim to prevent your from opening it but not being able to access all its options.
-- Best Regards
Urami
-- "Never play Leap-Frog with a Unicorn."
<urami> If you want to mail me - DO NOT LAUGH AT MY ADDRESS </urami> |
| |
| | | ZodiacHSX |  |
| Posted: Tue Aug 19, 2008 1:50 am Post subject: Re: disable right-click? |  |
Quick googling brought up hundreds of results, for example LINK or LINK -menu/2479 No idea if they work, though |
| |
| | | bhnh |  |
| Posted: Tue Aug 19, 2008 9:42 am Post subject: Re: disable right-click? |  |
Many thanks, urami and Zodiac. I failed to mention that this is for a downloadable .swf, not one embedded in an html page or in a stand-alone projector. Setting the showMenu to false will be adequate. |
| |
| | | NIlesh@ADOBE |  |
| Posted: Thu Aug 21, 2008 12:26 pm Post subject: Re: disable right-click? |  |
do the google search on gwContextKiller component. Its a MXP file, so extract it using the extension in your fla. check with this the site that they have provided is not showing the context menu completly!
Hope this helps.
Regards, Nilesh |
| |
| | | bhnh |  |
| Posted: Thu Aug 21, 2008 12:55 pm Post subject: Re: disable right-click? |  |
| |
|
|