Configure the debugger version of Flash Player
You can use the settings in the mm.cfg text file to configure the debugger version of Adobe Flash Player. These settings also affect logging of trace() output in Adobe AIR applications running in the ADL debugger. If this file does not exist, you can create it when you first configure the debugger version of Flash Player.
You can download the debugger version of Flash Player from the Adobe Flash Player Support Center.
The location of the mm.cfg file depends on your operating system.
The following table shows where to save the mm.cfg file for several operating systems:
| Operating system | File path |
| Mac OS X |
/Library/Application Support/Macromedia |
| Windows 95/98/ME |
%HOMEDRIVE%\%HOMEPATH% |
| Windows 2000/XP |
C:\Documents and Settings\username |
| Windows Vista |
C:\Users\username |
| Linux |
/home/username |
The following table lists the properties that you can set in the mm.cfg file:
| Property | Description |
| |
Enables the logging of error messages. Set the To disable logging of error messages, set the The default value is 0. |
| |
Sets the number of warnings to log before stopping. The default value of the Set the Set the |
| |
Enables trace logging. Set Disable trace logging by setting the The default value is 0. |
| |
Sets the location of the log file. By default, the debugger version of Flash Player writes error messages to a file named flashlog.txt. Set On Mac OS X, you should use colons to separate directories in the TraceOutputFileName path rather than slashes. Note: Beginning with the Flash Player 9 Update, Flash Player ignores the |
The following sample mm.cfg file enables error reporting and trace logging:
ErrorReportingEnable=1
TraceOutputFileEnable=1
Log file location
The default log file location changed between the initial Flash Player 9 release and the Flash Player 9 Update. In the initial Flash Player 9 release, the default location was the same directory as the mm.cfg file, and you could update the log file location and name through the TraceOutputFileName property.
With the Flash Player 9 Update, you cannot modify the log file location or name. The filename is flashlog.txt, and its location is hard-coded, depending on your operating system. The following table shows the flashlog.txt file location:
| Operating system | Log file location |
| Windows 95/98/ME/2000/XP |
C:\Documents and Settings\username\Application Data\Macromedia\Flash Player\Logs |
| Windows Vista |
C:\Users\username\AppData\Roaming\Macromedia\Flash Player\Logs |
| Mac OS X |
/Users/username/Library/Preferences/Macromedia/Flash Player/Logs/ |
| Linux |
/home/username/.macromedia/Flash_Player/Logs/ |
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
