as中禁用ESC键
摘要:as中禁用ESC键复制代码代码如下:fscommand("trapallkeys","true");btn.addEventListener...
as中禁用ESC键
复制代码代码如下:fscommand ("trapallkeys", "true");
btn.addEventListener(MouseEvent.CLICK,_full)
function _full(e:MouseEvent):void{
stage.displayState="fullScreen";
trace("testit")
}
</pre>
【as中禁用ESC键】相关文章:
上一篇:
flash as3生成XML文件实现程序