禁用在AS或浏览器中右键单击闪存 [英] Disable right click in flash with AS or from browser

查看:127
本文介绍了禁用在AS或浏览器中右键单击闪存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的问题很简单。我想在我的FLASH GAMES网站上禁用鼠标右键,这样玩家在右键点击游戏并点击关于FLASH PLAYER时就无法离开我的网站。
我的游戏是使用AS3和FLEX / FLASH开发的。

My question is simple. I want to disable mouse right click on my FLASH GAMES website, so that players cannot leave my website when right clicking a game and clicking on "ABOUT FLASH PLAYER". My games are developed using AS3 and FLEX/FLASH .

我对任何类型的解决方案感兴趣,因此每个玩我的游戏的玩家都无法右击游戏并看到关于FLASH PLAYER或者至少是为了防止他在点击关于FLASH PLAYER时离开网站。

I am interested in any kind of solutions, so that every player that plays my games cannot right click the game and see the "ABOUT FLASH PLAYER" or at least to prevent him leaving the website when clicking "ABOUT FLASH PLAYER".

我试图禁用来自JS的右击很可能代码不好。

I tried to disable rightclick from JS but most likely the code wasnt good.

任何帮助?

问候

推荐答案

如果您使用的是Flash Player 11,请尝试

If you're using Flash Player 11 try

stage.addEventListener(MouseEvent.RIGHT_CLICK,function(e:MouseEvent):void{});

本教程

这篇关于禁用在AS或浏览器中右键单击闪存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆