I have javascript making my swf enabled for right-click interaction (which means no context menu), but for some specific movie clips I actually do want the context menu to show on right click. I was thinking to do this I need some action script code that will open the context menu without a right click, since the javascript blocks the swf from knowing a right click has occured (the swf only knows that the javascript has told it to run some function).
The context menu method display(stage:[URL=“http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Stage.html”]Stage, stageX:[URL=“http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Number.html”]Number, stageY:[URL=“http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Number.html”]Number) sounds like it would have done the trick, but that is for AIR only.
If anyone has an idea of another way this could be done, or some kind of work around, I would appreciate if you would share your wisdom!