Flash video n' related stuff
I resisted valiantly, but I’ve finally given in. The FMS engineering team signing up was the last straw.
I’m now on Twitter.
http://www.twitter.com/lisamarienyc
I’ll be tweeting on miscellaneous Flash news, tips, tricks, etc. as well as day-to-day updates. But I won’t be telling you what I had for breakfast, I promise.



3 Responses for "Tweet, tweet!"
Hi Lisa,
We plan to stream using FMS 3.5. Our’s is a streaming VOD application. We are trying to use the new features of FMS to provide us with thumbnails of selective streams and save those thumbnails in our database for creating a playlist. I hear all about BitmapData.draw() and Client.videoSampleAccess.. however, I am wondering if there could be some code snippet to implement it from a web based application. We are using ASP.NET.
I will appreciate if you could lead me to the right direction or help me with some samples/examples.
Thanks,
Pinaki.
Hi Pinaki,
Yes, this is certainly possible; I would recommend looking into server-side ActionScript to set the permissions to allow bitmap access, and saving the bitmap data to a file using client-side ActionScript 3 code.
You can look into using the AS3 corelib class JPGEncoder or PNGEncoder: http://code.google.com/p/as3corelib/
You might also look into ffmpeg-php for a solution.
If for some reason you need to work in AS2 (gasp!) Quasimondo has a good one: http://www.quasimondo.com/archives/000645.php.
Hope this helps point you in the right direction!
// Lisa
Thank you very much Lisa! Luckily enough we are going with AS3
I will try out your recommendations.
Warm regards,
Pinaki.
Leave a reply