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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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