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