公告
财富商城
积分规则
提问
发文
2019-02-21 16:06发布
成全新的幸福
Is it possible, using actionscript 3 to disable the right click menu?
Any help greatly appreciated!
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
If you can live with wmode opaque then you can intercept the right click at browser level as done here:
wmode
opaque
http://www.uza.lt/rightclick/
最多设置5个标签!
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
If you can live with
wmode
opaque
then you can intercept the right click at browser level as done here:http://www.uza.lt/rightclick/