Using Flash Player debugger
-
- Uninstall Adobe Flash Player http://kb2.adobe.com/cps/141/tn_14157.html
Adobe recommends that you restart your computer before you install a different version of the player. - Download & install Adobe Flash Player Debugger http://www.adobe.com/support/flashplayer/downloads.html
Scroll down to Adobe Flash Player 10.2 — Debugger (or newer) - Optional but useful, download & install Flash Tracer (Firefox): http://www.sephiroth.it/firefox/flashtracer/
- Create a file (if not created automatically) called mm.cfg with at least the following settings:
ErrorReportingEnable=1 TraceOutputFileEnable=1 MaxWarnings=50 ```MAC: /Library/Application Support/Macromedia/mm.cfg WIN 7: C:\Users[username]\mm.cfg LINUX: home/username/mm.cfg The logs (flashlog.txt) will be located here: MAC: /Users/[username]/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt WIN 7: C:\Users[username]\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt LINUX: home/[username]/Macromedia/Flash_Player/Logs/flashlog.tx
Testing if flash debugger is installed:
- Right click on any Flash movie and you should see "Debugger" (disabled)
- Using this code:
<mx:application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalalign="middle" backgroundcolor="white"><mx:string id="versionLabel">version]]></mx:string> <mx:string id="isDebuggerLabel">isDebugger]]></mx:string> <mx:string id="br">]]></mx:string> <mx:text fontsize="16" condensewhite="true"><mx:htmltext>{versionLabel} = {Capabilities.version}{br} {isDebuggerLabel} = {Capabilities.isDebugger}{br}</mx:htmltext></mx:text></mx:application>
- Uninstall Adobe Flash Player http://kb2.adobe.com/cps/141/tn_14157.html