I\'m developing an applications which I\'ve got running on a server on my linux desktop. Due to the shortcomings of Flash on Linux (read: too hard) I\'m developing the (smal
If you only need the trace output at runtime, you can use Firebug in Firefox and then use Flash.external.ExternalInterface to call the console.log() Javascript method provided by Firebug.
I've used that strategy multiple times to a large degree of success.