I'm programming a kiosk that only needs left-click (no keyboard, even), and we want the right mouse button to do nothing at all.
The following reduces the menu to three unwanted lines: Settings, Global Settings, About Adobe Flash Player.
stage.showDefaultContextMenu = false;
But we need to hide the context menu entirely.
Is this officially possible?
TIA!