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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -