Warning: Use of undefined constant user_level - assumed 'user_level' (this will throw an Error in a future version of PHP) in /home/rontan/www/wp-content/plugins/ultimate_ga_1.6.0.php on line 524 ActionScriptでイベント登録したリスナーを削除する場合以下のように指定します。 addEventListener(Mouse.Event.CLICK, [関数名]) ↓ removeEventListener(Mouse.Event.CLICK, [関数名]) しかし、イベントリスナーで無名関数を指定した場合はremove時に指定する関数名がないので、どうやって削除するんだろう・・・ と思ってい