Hello, I am trying to figure out how to add an item to the default context menu when someone right clicks inside the stage. I know I have to add a ContextMenuItem to the ContextMenu.customItems properties, but I'm not sure how to reference the default menu. Listening for a MouseEvent.RIGHT_CLICK in the application scope only seems to be available for AIR. How would I go about adding an item to the default menu?
Thanks! ~Aaron

