简体   繁体   中英

Flash - recording from user's webcam

I've seen a few sites that have a flash app which takes video from the users webcam and manipulates it. One example is the flash barcode reader http://www.renaun.com/flex2/BarcodeReader/BarcodeReader.html .

I want users to be able to submit 10-15 second clips which I can save to my server and then play back later via flash again.

Can you link to some example projects for this, or tell me what sections of which manuals I should be looking at?

-Adam

Try the Red5 RTMP server (Java) and Red5-Recorder for recording and playback. Demo here: http://www.red5-recorder.com/demo.php

(Both free)

You can do it without any flash servers or Red5. Check on the net for some flash and action script books, because on the forums or google you can't find good tutorials about it.

There are several articles with sample code for this on adobes site. I would recommend you to go through this tutorial as it will guide you through all the necessary steps along with sample code:

http://www.adobe.com/devnet/flash/articles/webcam_motion.html

What you need is Adobe Flash Media Interactive Server 3 . Just download it and take a look at "sample_guestbook" sample application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM