PDA

View Full Version : Possible to turn off full screen on right click?


asmilie2b3
12-02-2007, 07:46 AM
I wonder if it is possible to turn off/hide the full screen option on right mouse click? I only just noticed today that it is there.
Of course inside the viewer I can just not show a button for full screen. But for the right click, is this hard coded in the Flash 9 player?

cheers
Bruce

zleifr
12-03-2007, 03:47 PM
No it is not hardcoded in. In fact, it has to be explicitly added in to fpp with the menufullscreen.swf plugin.

As for disabling it, I have never tried this, but it probably works:

layer_n =
to disable, where layer_n is the layer it is loaded on, and
layer_n = menuFullscreen.swf
to enable

The standard plugin interface has a function named remove to unload the plugin, so I would think the above has a good chance of working. Try it and let us know.

asmilie2b3
12-09-2007, 10:01 AM
Many thanks! Once I removed the fullscreen plugin, the option disappeared from the right click menu too.

cheers
Bruce