Hi all
I want to include a web cam interfacing program embedded in my web page. How can I do this using php in a browser independent manner? Please help .
Thanks in advance
Tanzeem
Embedding webcam interface in web page
Moderator: General Moderators
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: Embedding webcam interface in web page
PHP has absolutely nothing to do with the client's machine, browser, etc. If you intend to have a streaming webcam on your site, you'll have to look into Flash, Silverlight, or something like.tanzeem wrote:Hi all
I want to include a web cam interfacing program embedded in my web page. How can I do this using php in a browser independent manner? Please help .
Thanks in advance
Tanzeem
Mark.