What's an easy way to see the trace()
output of Flash/Flex movies when running in any browser?
Download and install the content debugger version of Flash Player.
Enable trace logging (official guide) by adding an mm.cfg file:
ErrorReportingEnable=1
TraceOutputFileEnable=1
Where to save mm.cfg depends on the OS:
/Library/Application Support/Macromedia
%HOMEDRIVE%\%HOMEPATH%
/home/user name
The log file, flashlog.txt, can be found at:
C:\Documents and Settings\username\Application Data\Macromedia\Flash Player\Logs
C:\Users\username\AppData\Roaming\Macromedia\Flash Player\Logs
/Users/username/Library/Preferences/Macromedia/Flash Player/Logs/
/home/username/.macromedia/Flash_Player/Logs/
Optionally, you can install the Firefox add-on FBTracer which displays the trace output in a Firebug panel.