I'm working on some generative art projects in AS3, and I keep running into problems with the quality limits of bitmaps. They're not scalable or editable the way vectors are. Is there a class or library that I can use to take a Sprite object's graphics and export them into SVG format? Other common vector formats are also acceptable.
A sample of usage would also be greatly appreciated.
Edit: Note that I'm using FlashDevelop and not Adobe Flash CS. I'm looking for a programmatic solution.