trace flash log output in terminal

It's a great easy way to debug flash in the browser without relying on third party plug ins. If you want to save it you can even put the command in a text file and save it as something like flashlog.command, which will be a launchable shell script to run whenever you want to trace flash content.

[code]
tail -f [...full path to.../flashlog.txt]
[/code]