Right now i develop an RIA application, for online movie creating. Main data format it`s a server side generated swf files. I need an server side solution for automated swf to video converting.
After some researching and experiments, i found two solutions:
- Rewrite a bit an open source flash player gnash
- Grab adobe flash player directly through virtual X server
But both methods has a number of disadvantages like this:
- gnash support only old formats of swf
- grabbing work real time only
Someone can suggest another way to do this stuff?