Reputation: 3779
Does anyone knows if exists and what is the best tool for doing this:
Thanks a lot.
Upvotes: 0
Views: 378
Reputation: 44
check my name. I guess you don't have a way to do so.
You could build the functionality (in flash) to render each frame to a BitmapData-object, and then send that encoded as JPEG to a (local) service (either through URLLoader or via TCP/IP sockets) which saves them as images on file and then converts that into a movie once all frames are rendered.
EDIT: You can use a part of AS3 Core Lib ( https://github.com/mikechambers/as3corelib ) to convert a BitmapData into a JPEG file (in memory).
DB
Upvotes: 1