I dont think there is an answer to this question.

In Flash 8 you could detect a right click (yes I know its useless in Flash normally) by simply watching if

Key.isDown(2) is equal to true.

With the new Keyboard class this is not possible.

Is it possible to detect a right-click in AS3 or have Adobe removed it completely?