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