I need to debug my work from a browser in some situations.
I found this excellent resource that shows how your trace() output can be directed to a text file, flashlog.txt, when you run your Flash content in a browser using the Flash Debug Player. The blog post goes back to 2005 but seems to have been updated and covers Flash Player 9.
http://www.digitalflipbook.com/archives/2005/07/trace_from_the.php
One piece of information I would like and am not getting are the following statements that you get when using the Debugger in the Flash IDE. They are not trace output but probably output from the Debugger.
[SWF] C:\myFolder\myMovie.swf - 37964 bytes after decompression
...
[UnloadSWF] C:\myFolder\myMovie.swf
I realize this may be an obscure area, but does anyone know how to output these messages when debugging in a browser?
Thanks.