Swf encoder class?

Has anyone come across a swf encoder as3 class? I mean similiar to JPEGEncoder and PNGEnocder (found in as3corelib for example) that can be used to create jpg and png files.

I know it can be done with as3 (using ByteArray) and I’m pretty sure someone has done it.