Flash trace output in firefox, linux

后端 未结 6 553
名媛妹妹
名媛妹妹 2021-01-14 01:07

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

6条回答
  •  星月不相逢
    2021-01-14 01:19

    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.

提交回复
热议问题