Starting with Flash Player 11.2, it's possible now to override the behavior for the right button click on the mouse, e.g.
stage.addEventListener(MouseEvent.RIGHT_CLICK, function(e:Event){});
Here is the corresponding entry in the ActionScript 3 reference.