Hi,
today I started working on fixing some of the issues I found in falcon. I started with first steps in adding advanced telemetry to Falcon. As far as I remember the advanced-telemetry option is only available for SWF output. On my way I noticed that the org.apache.flex.swc.io package contains a ISWFWriterFactory and there is no ISWCWriterFactory. I would have expected the ISWFWriterFactory to at least be in org.apache.flex.swf.io. As I wanted to extend only the SWF output I moved the ISWFWriterFactory to swf.io and created a new ISWCWriterFactory in swc.io. Unfortunately there seems to be a little mixture of SWC and SWF classes called (The SWFWriterAndSizeReporter? is called in the SWC code for example). Would it be a good idea to clean things up here or is there a reason for this being the way it is? Chris