ActionScript - Save webcam video to local disk without using AIR or FMS -


i save webcam captured video local disk using as. application running in standalone flashplayer 10. can save pictures bytearrays using file.save, can't find way doing video.

there nice implementation using , air @ http://www.joristimmerman.be/wordpress/2008/12/18/flvrecorder-record-to-flv-using-air/. don't want have install air before running app. ideas?

thanks, basti

flash designed secure, won't able save sharedobject data on local storage.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -