How to suppress only [SWF] traces when debugging Flash applications

后端 未结 6 744
太阳男子
太阳男子 2020-12-17 23:06

I\'m working on an Adobe Flex application that loads lots of Flex Modules and other Flash sub-applications and Flash resources. Each time one successfully loads the flashlo

6条回答
  •  独厮守ぢ
    2020-12-18 00:01

    I don't think there is going to be a way to do this. From what I know, your options are:

    1. Remove the traces from actionscript manually
    2. set "Omit Traces" in the publish settings
    3. Test in Firefox and use Flash Tracer. Flash Tracer has a built in filtering options that you might be able to use to better focus on the relevant traces.

提交回复
热议问题