flashactionscriptdebuggingtracebrowser-plugin

See trace() of Flash when running in browser


What's an easy way to see the trace() output of Flash/Flex movies when running in any browser?


Solution

  • 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:

    The log file, flashlog.txt, can be found at:

    Optionally, you can install the Firefox add-on FBTracer which displays the trace output in a Firebug panel.