Hi people, Im trying to set my webplayer up so i can right click without the drop down list popping up, I was told disableContextMenu will do this for me, But ive applied it into the script and its a no go. heres the whole .html file
well, the people in the mirc channel helped me nail it down to the type of web browser being used. IE doesnt show the context menu, while Chrome (What im using) and Firefox do. Any help with this? :P.
You need to include the disableContextMenu attribute in both the “object” and the “embed” tags. One is for IE, and the other is for everything else. You can do a View Source on my site http://fugugames.com/ and search for all instances of “disableContextMenu” as an example.
You can set the variable Screen.lockCursor (or Screen.cursorLock, something like that). Anyway, look for it in the Script Reference and there’s a big blob of example code.