Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am looking for a "test your webcam" flash movie like this one that is free and OK to use in a closed environment.

I need the camera testing only, no server side processing of the video stream. It is thought as a small online tool for a client.

Is this possible? Does anybody know a freely usable solution?

share|improve this question

1 Answer

up vote 4 down vote accepted

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/media/Camera.html#includeExamplesSummary

shows a simple example for how to use the camera class. i've also uploaded an example here http://dl.dropbox.com/u/598146/cam.swf

for more tips on using the camera class take a look here http://www.lostinactionscript.com/blog/index.php/2008/06/16/camera-class-quirks-with-fms/

Josh

share|improve this answer
Brilliant, thanks a lot! – Pekka 웃 Dec 31 '09 at 18:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.