Is it possible, using actionscript 3 to disable the right click menu?
Any help greatly appreciated!
You can use:
stage.showDefaultContextMenu = false;
to hide everything but the settings option.