See trace() of Flash when running in browser

前端 未结 9 1039
天命终不由人
天命终不由人 2020-12-23 14:55

What\'s an easy way to see the trace() output of Flash/Flex movies when running in any browser?

9条回答
  •  天涯浪人
    2020-12-23 15:25

    Probably not as fancy as the others or cutting edge, but I used to create my own log function in the flash movie (funnily enough, called log) that called trace and also called a js function on the page (using whatever method your comfortable with). The function on the page was just a simple console.log() with Firebug. Simple and worked a treat.

提交回复
热议问题