How to remove right click menu in swf (flash cs4 with script 3 action, flash 9)?
5 answers
check this post: http://blog.another-d-mention.ro/programming/right-click-and-custom-context-menu-in-flash-flex/ . If you don't want any kind of right click interaction, you can simply use this javascript to add a layer on top of your flash that catches right click events and prevents them from getting into the flash player.
+2
a source to share