Dear All, I need a piece of software (flash?) which I can use to capture a users webcam direct from my webpage.
I highly appreciate any hints/ pointer where to look for it.
Thanks a lot in advance...! Jack
Richard_N
3:21 pm on Jul 24, 2005 (gmt 0)
snagit can capture video I believe
BlobFisk
8:23 am on Jul 25, 2005 (gmt 0)
Welcome to WebmasterWorld, khunjack!
Do you want to capture a webcam feed and show it on your webpage?
khunjack
2:38 pm on Jul 25, 2005 (gmt 0)
Thanks for the reply...
I need the possibility that people from their home PC can record a short (30 sec) intoduction video about themself which will be stored on the webpage for others to view.....
Appreciate all hints...big time Jack..
BlobFisk
3:02 pm on Jul 25, 2005 (gmt 0)
What about uploading it as a file to the server? Then you use an unique ID to store and retrieve and view it.
khunjack
6:56 pm on Jul 25, 2005 (gmt 0)
Actually, the perfect solution would be - having a record button on the webpage .. users presses it and it records a the video using whatever webcam, op system has.
I was hoping something in flash must be out there, but can't find anything. Jack
Richard_N
10:49 pm on Jul 25, 2005 (gmt 0)
Flash player 6 or 7 can retrieve data from a locally connected camera and/or microphone but the users permision is needed. Details can be found under the privacy settings, and like most things in flash its callable via actionscript.
For the microphone its along the lines of
var myMic:Microphone = Microphone.get(); this.attachAudio(myMic);