Is there any way to have a binary compiled from an ActionScript 3 project print stuff to stdout when executed?
From what I\'ve gathered, people have been go
If you are using a debug Flash Player, you can have the Flash Player log trace messages to a file on your system.
If you want real time messages, then you could tail the file.
More info:
http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/
mike chambers
mesh@adobe.com