I am taking a serie of shapshot in Flex using :
var imageSnap:ImageSnapshot = ImageSnapshot.captureImage(VisuModel.getInstance().mainApiContainer.mp);
var imageByteArray:ByteArray = imageSnap.data as ByteArray;
I would like to convert this sequence to a flash video file. How can I achieve that using Red5 ?
All the best to ActionScript & Java developers !