There's an easy way to disable the debug messages without uninstalling the Flash debug player; these instructions are for Windows, though the same concept applies to the other platforms.
- Go to C:\Documents and Settings\[your_login_name]
- Open/create the file mm.cfg.
- Add the following to the file:
SuppressDebuggerExceptionDialogs=1
5 comments:
thanks! very useful tip
Thank you. I can now suppress the annoying 'non-error' messages I keep getting. Any idea why these exceptions get thrown in the debugger version of Flash player but not when testing in the IDE? Is the debug version just more strict?
You're welcome. That's a good question. It might be that the debugger catches stuff that the IDE doesn't. It's useful when building apps, but not for surfing the web.
Thanks, this is very helpful because many flash files are just hard rewritten from as2 to as3, and there are no error handling... Need to pass some time to more developers switch to as3 and use error handling....
Thank you for the tip, but don't work for me. Tried in FF, Chrome, IE. Create new fla, throw new Error and it will display always.
Post a Comment