cs3

remove the right click menu in flash 9

早过忘川 提交于 2019-12-01 15:57:42
问题 Is it possible, using actionscript 3 to disable the right click menu? Any help greatly appreciated! 回答1: I don't think you can do this in AS3 (Adobe probably never put support in there because it would prevent the user from accessing the security settings). There are ways to do it through HTML, etc. Check out http://www.actionscript.org/forums/showthread.php3?t=175669 回答2: You can use: stage.showDefaultContextMenu = false; to hide everything but the settings option. 回答3: Starting with Flash