Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I am not a C# programmer so I'm not sure this will work.</p> <p>You should be able to get the traces using the <a href="http://www.sephiroth.it/examples/firefox/extensions/flashtracer.xpi" rel="nofollow noreferrer">Flash Tracer Firefox Plugin</a> by <a href="http://www.sephiroth.it" rel="nofollow noreferrer">Sephiroth</a>. There are few things to setup right before getting the traces though:</p> <p>1.Make sure you're using the <a href="http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe" rel="nofollow noreferrer">Debug version of the Flash Player</a> Plugin in Firefox. An easy way to check is to see if the isDebugger property is true in the list of properties displayed <a href="http://blog.flexexamples.com/2007/08/08/checking-the-users-flash-player-capabilities-using-the-flashsystemcapabilities-class/#more-68" rel="nofollow noreferrer">here</a>(scroll to the swf at the bottom of the page).</p> <p>2.Make sure you have a text file called flashlog.txt on your hdd at this location: %homepath%\Application Data\Macromedia\Flash Player\Logs. The Logs folder might not exist by default so you'll need to create it and add an empty flashlog.txt file there.</p> <p>3.Once you've got the right player and the extension installed, configure the extension to point to flashlog.txt. You can do that using the Preferences button on the bottom right of the extension panel.</p> <p>Restart the browser, just in case and open the Flash Tracer Panel. If you have any flash content that traces things out, you should get the trace. If you get too many traces too fast, that might crash your browser, so make sure you clear the traces from time to time and make use of the pause button.</p> <p>Another idea would be using the Remote Debugger that you should be able to trigger using the Debugger option in the Right Click menu of you Flash content, in case the right click menu gets displayed ( I don't know how Flash content looks/runs in a C# app). I haven't tried used that option too much and as far as I remember the swf file should be remote, so I'm not sure how much can that help.</p> <p>Hope I could lend a hand. Good luck.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload