摘要: 過去Flash右鍵點擊 (Right Click),會看到預設的右鍵選單 (ContextMenu).現在我們可以去除這個功能, 在Flash Player 11.2 中, 以MouseEvent.RIGHT_CLICK取代, 更為友善.請按 [觀看] (需安裝Flash Player 11.2) <FQ才可见>若把整個Flash 內容的右鍵功能去除:stage.addEventListener(MouseEvent.RIGHT_CLICK, function(e:Event){}); 若把某MovieClip 的右鍵設定:function someHandler(e:MouseE 阅读全文
posted @ 2013-05-12 22:00 洪小瑶 阅读(472) 评论(0) 推荐(0) 编辑