Some of the settings in the mm.cfg file don't seem to work in the Debug Flash Player 10,2,159,1 on Windows 7 while some others do work.
AS3Trace does work and produce the intended output in flashlog.txt, while all of AS3Verbose, AS3StaticProfile, AS3DynamicProfile don't work and produce no output in the file.
My whole mm.cfg looks like this:
AS3Verbose=0
AS3Trace=0
AS3StaticProfile=1
AS3DynamicProfile=0
ErrorReportingEnable=0
TraceOutputFileEnable=1
TraceOutputFileName=C:\Users\snip\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt
TraceOutputBuffered=1
MaxWarnings=0
Most information about mm.cfg I've been able to find is either very old (and thus likely outdated) or incomplete.
Is there a way to utilize all of the mentioned settings with the latest player version? Have the setting names changed? Is there some other setting I'm missing? I'm especially interested in getting the AS3*Profile settings to work.