Hi Tobias,
It was an accident, actually. But it happens that, in recent versions of the Flash player, if you add a right click event listener to the stage, the context menu won't show up. We also set our compiler with the flag: -swf-version=15.
Something like this: stage.addEventListener( "rightClick", callback );
Cheers,