Flash Player Debugger

Flash Player Debugger

image0

How to get the flash player debugger version ...?

You can download the flashplayer debugger version from here http://www.adobe.com/support/flashplayer/downloads.html .

The direct download link for windows is For IE and for mozilla. Using the debugger version the trace output will be printed in flashlog.txt .

The flashlog.txt path

For windows xp is

C:\Documents and Settings\<username>\Application Data\Macromedia\Flash Player\Logs\flashlog.txt

For Windows Vista and windows 7 is

C:\Users\<username>\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt

Debugging ..?

If the trace not shown on the log create mm.cfg file .

Create a file for Windows XP c:\Documents and Settings\<username>\mm.cfg for Vista and Windows 7 C:\Users\<username>\mm.cfg with the following

ErrorReportingEnable=0
TraceOutputFileEnable=1
MaxWarnings=0
Show Comments