Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Disable Right-Click?


Can you disable the Flash Player's Right-Click "Zoom In" feature with an FS Command or otherwise?

Thanks!




FlashKit > Flash Help > Flash MX
Posted on: 08-29-2005, 03:56 PM


View Complete Forum Thread with Replies

Sponsored Links:

Disable Right Click(how To Disable 'settings' Item?)
Hi all,
I am trying to disable the standard menu coming on right click.The codes like:
newMenu = new ContextMenu();
newMenu.hideBuiltInItems();
this.menu = newMenu;
It's working but still the 'settings' and 'debugger'(disabled) are coming.Can't we hide
whole the menu or disable the 'settings' item? Please help...

View Replies !    View Related
How Too Disable The Right Click
how can i disable the right click in the flash moveplayer so when you right click nothing happens

View Replies !    View Related
Disable Right Click
How do you disable the right click so nothing at all comes up?

View Replies !    View Related
Disable Right Click
hi,
is there any way to disable the write click menu that pops up when a movie is shown on the web?

View Replies !    View Related
Disable Right Click
how do you disable a rightclick so user can not click a head with out going to thru movie navigation when a swf movie is playing in a browser?

thanks a mil

View Replies !    View Related
Disable Right Click
How do I disable the right click menu on my flash site?

Thanks!

View Replies !    View Related
How To Disable Right Click
I am tring to disable all the option(except the setting option)when I right click on the movie. Meaning there will only be the setting option when I right click on the moive.
Can this be done?

View Replies !    View Related
How To Disable Right Click
can any body plz tell me that how to disable the right click from the flash movie.

i have used the FScommand, but it is not working at

fscommand ("showmenu", true);

i have a small movie which i will place on my HTML page. i don't want to use the "menu disabling" property from the Movie setting property.

Plz help me in this regard as soon as possible

View Replies !    View Related
Disable Right-Click
How do you disable the right-click menu in Flash 6? The showmenu fscommand doesn't work in the plug-in anymore.

View Replies !    View Related
Disable Right Click
How can I disable right click in flash movie???
tnx:-)

View Replies !    View Related
Disable Right Click
What is the best method to disable the right click option of a movie

Thanks

View Replies !    View Related
Disable Right Click
hi guys,

is there anyway to disable the right click on the .swf files?
not projector, but swf files

View Replies !    View Related
Disable Right Click
Whats the code to disable right clicks on flash movies?

Thanks

View Replies !    View Related
Disable Right Click
How can I disable right click? And can I make it so that when I do right click on the flash it acts as it would in windows? For anyone familiar w/ LiteStep when you right click you get a menu of options. This is what I am trying to get to when right clicking on the flash. LiteStep example ---> http://www.wincustomize.com/skins.as...y=6&SkinID=227

thx
5N4K3

View Replies !    View Related
Disable Right Click
Is it possible to disable Right click of the mouse in Flash If so can anybody be kind enough to post it ! Thanx in advance.

View Replies !    View Related
Disable Right Click
Hey,
I know this question gets asked abit. Still couldnt fing anything on the forums on it.

In flash 5 i wish to disable right clicking to prevent people from zooming in on my movie, whats the piece of action script for this?
Anyone ^ ^

Thanks

View Replies !    View Related
Disable Right Click?
Im making a really simple game but its really easy to cheat. All you have to do is right click and move you mouse to the other end. Is there anyway i can make it so if you right click it restarts the level? gotoandplay(1) or make it so you cannot right click

View Replies !    View Related
Disable Right Click?
Does anyone know how to Disable the Right Click funtion in Flash? So It is not possible to replay a flash movie when in the browser.

If it is, can it be done in Flash or is done in Java/HTML?

Thank you

View Replies !    View Related
Disable Right Click...
Hi,

How do i disable the menu that appears when right mouse button has been hit?

NOTE: I want to completely remove it, "sittings" and "about flash" may not appear...

Thanks...

View Replies !    View Related
Disable Right Click
hi,
is there any code that i can add to ny frames to disable the right click menu that shoes on the swf or a message popup like "no right click allowed"

thanx

View Replies !    View Related
Disable Right Click
any one know how to write action script to close the menu when we right click in flash? i want to close the menu when right click then load some other event if i detect user right click..
anyone can help me? thanks a lot..

View Replies !    View Related
How Can I Disable Right Click?
Hello

Is there any way to disable the right click of the movie?? wanna disable even the "about" and "setting"

thx for the help!!

Gallen

View Replies !    View Related
Disable Right Click
Ok i just wanted to know a way to make it so that if you right click it goes to a diffrent scene/frame. I know its possible ive seen someone do it before where if you right clicked it ended the game. Thanks in Advance

View Replies !    View Related
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.

View Replies !    View Related
Disable Right Click
any way to disable or change the right click menu?

View Replies !    View Related
Disable On Click
my main page has 5 buttons. when it loads, it has nothing. the user should should from the buttons where he wants to go: about, pictures, graphics, webdesign,contact.

i want to disable each button in its own page. for example, when clicked on "about", the about SWF loads but i want the "about" button to be disabled in his page.

same for the rest. i have some mouseover captions also.

i tried the code posted by electrongeek but it didnt work at all.

this is the code on each button:
-----------------------------------------------------------------
on (release) {
_root.contents.loadMovie("about.swf"); //or pictures.swf, ... etc
}
on (rollOver) {
_root.x = 1;
_root.caption.words = "About me";
}
on (rollOut) {
_root.x = 0;
_root.caption.words = " ";
}
-------------------------------------------------------

View Replies !    View Related
Right Click Disable?
can ne 1 tell me how i can make it so when the right click is pressed the zoom in/out 100% quality and all that does not show

View Replies !    View Related
Disable Right Click
Anyone know how to disable right click in Flash and dreamweaver? (as in on right click the menu will not show)

View Replies !    View Related
Right Click Disable
Hi,
i want to disable right click when i ckick on my swf file
i am write java script for it but it is not call when i click on swf file.
i am write following action script

Stage.showMenu = false;
it disable all zoom or other option but not disable setting and about adobe flash
i want to hide all options with above both.
how to disable it.
plz help me.

View Replies !    View Related
Disable Right Click
any way to disable or change the right click menu?

View Replies !    View Related
Disable Right Click
hi i'm doing an app for preschoolers in mx 2004 and i need to disable right clicking... can nyone help?

View Replies !    View Related
Looking To Disable Right Click Of An Swf
can anyone fill me in on how to disable the right click option of an swf. ?

View Replies !    View Related
Disable Right Click?
Does anyone know how to disable the right click action on a mouse with javascript?

View Replies !    View Related
Disable Right Click
well I guess the subject tells the question, how can I disable my right click button?

View Replies !    View Related
Click-thru Disable
What is the best way to disable click-thru. Using a button?

View Replies !    View Related
Right Click Disable And/or Minimise?
I know this has been posted before, couldn't find an original thread at this point.

How can I:

1. Disable the right click?
2. Minimise the options that come up? (ie I've seen lots of sites where clicking the right button only brings up "Macromedia Flash 5" without any more options)

Thanks!

View Replies !    View Related
Disable Right Click In A Projector (.exe)
hi,

I would like to disable the right click on my movie (projector). I think it's some think like :
fscommand ("rightclick", false)

Please help me.

Thanks.

Sylvain.

View Replies !    View Related
Disable Mouse Click
Does anyone know any actionscript that disable the mouse click, and also the actionscript to enable the mouse click again.

View Replies !    View Related
Solution For The Right Click Disable
hi friends,

I got it atlast ..now i can remove the right click option totally..even abot macromedia flash player..tooo...anyways thax to flashkit.



ramm
rammhere@rediffmail.com

View Replies !    View Related
Disable Right Mouse Click
Is it possible to disable the right hand mouse button when viewing a flash 5 movie, if so how.

View Replies !    View Related
Right Click Menu Disable
Hi, I have posted this message before and I appologize if people keep seeing it, but I wasnt getting many responses to it in the general forum so thought I would post it here. I want to disable the right click menu options. I know that you can disable it when publishing your movie with an HTML page, but my movie has been put into an HTML page already and I would like to add this option to the movie. Ive been told to use FS command, as Im pretty sure it works, Im also pretty sure Im doing something wrong. Would it be possible to get the exact way to place it in my movie? Thanks very much.

View Replies !    View Related
Disable Right Click Menu
Why doesn't this work?

// disable right click menu
fscommand ("showmenu", "false");

View Replies !    View Related
Disable Right Click With FS Command
1 question where do you insert teh code in the movie??


Code:
FS Command ("showmenu", "false")


J

View Replies !    View Related
Disable Right Click Zoom?
Hi i want to stop people from right clicking and zooming in, whats the command to stop this cheers Paul

View Replies !    View Related
Disable Right Click Menu?
How do you disable the right click menu? So there is no zoom option and so on?

View Replies !    View Related
Disable Right-click Menu
I use the action below and it disables the zoom in,show all, rewind, etc... from the right-click menu(control-click on a mac) THIS ONLY WORKS ON A PROJECTOR (.exe) AND WHEN I LAUNCH A SWF FROM THE DESKTOP. WHEN I UPLOAD TO A SITE AND VIEW WITH A BROWSER, IT NEVER WORKS.

fscommand("showmenu", flase);

I see this feature in action all the time and am surprised I cant figure this out... I would greatly appreciate any feedback.
take it easy,
gussug

View Replies !    View Related
Disable Right Click Menu
I have the action "fscommand("showmenu", "false");" set to the first frame. When embedding it in the HTML code:

Quote:





HTML>
HEAD>
TITLE>Picture Scroll</TITLE>
/HEAD>
BODY bgcolor="#000000">
EMBED src="picscroll.swf" quality=high bgcolor=#000000 WIDTH="800" HEIGHT="450" ALIGN="MIDDLE"</EMBED>
/OBJECT>
/BODY>
/HTML>





the action doesn't seem to work. I can still access the right click menu. Am I missing something here? Thanks for any help.

I removed the "<" so the coding would show.

View Replies !    View Related
How To Disable Right Click Zoom ?
i see that some sites when you right click on the flash part, only settings and about show up and zoom functions are not there. How can I do this to my flash projects so no one can zoom in on things ??
thx !

View Replies !    View Related
How To Disable The Right Mouse Click
hi, how can i disable the right mouse click in flash mx. can someone give me just a simple action script. thanks

View Replies !    View Related
Right Click Menu Disable
Hi guyz,

How do I disable the right click menu of flash file completely? FS Command does everything except, "About Macromedia Flash Player..."

I don't want even that. Completely nothing. How do I achieve it? Kindly revert back as soon as possible. However I use Flash MX, will the solution be compatible to Flash ver 5 too?

With warm regards,

Parag

View Replies !    View Related
Disable Button On Click?
Hello all.

I have button with the instance name of "a1" in a 2 frame movie clip with the instance name of "toggleMC". It plays a narration sound file.

I also have a button that launches an external SWF (containing video) that has a stopAllSounds; script on it. So if the narration is playing, and the button opening the external SWF is clicked, the narration stops, and the video plays -- all good.

However, if the video is playing (with narration off), "toggleMC" is still active. If the user clicks "toggleMC", the narration plays, the sound from the video stops, and the video keeps playing -- all bad.

How can I disable "toggleMC" or "a1" until the movie is finished playing? I don't want the user to be able to play the narration while the video is playing.

I'm thinking something on the first and last frame of the video beginning with _root.toggleMC.??????? Please help!

Thank you!

Pug

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved