某些settings in the mm.cfg file似乎在Windows 7上的调试Flash Player 10,2,159,1中无效,而其他一些则可以正常工作。
AS3Trace
工作并在flashlog.txt中生成预期输出,而所有AS3Verbose
,AS3StaticProfile
,AS3DynamicProfile
不要工作并且不在文件中产生输出。
我的整个mm.cfg看起来像这样:
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
我能找到的关于mm.cfg的大部分信息都是非常陈旧(因此可能过时)或不完整。
有没有办法利用最新播放器版本提到的所有设置?设置名称是否已更改?我还缺少其他一些设置吗?我对让AS3*Profile
设置起作用特别感兴趣。
答案 0 :(得分:0)
这可能是由于调试播放器环境中的问题,例如Chrome's built-in plugin,Flashbug或这些未记录的设置的简单instability。 TheMiner可能值得一试,以备将来参考。