views:

388

answers:

1

Hey, i'm working on a flex project where we load in a bunch of swf files from a zip archive using fzip. And whenever i'm running in debug mode, I get a whole bunch of trace statements saying like, [SWF] filepath - 251 bytes after decompression

I'm just wondering if anyone knows how to hide these statements in the output window as there are a lot of them as i've got over 200 swf files being loaded in and these statements just create clutter for my other log statements.

Thanks

A: 

I don't believe there is a way.

My only suggestion would be to use an external logger. Something like XRay that displays the output in a separate window.

Marc Hughes
Thanks, XRay looks pretty neat. Kind of silly that theres no way to disable that trace statement though :(
Morgan