HFX Forum

Programming => Web Languages => Topic started by: jeeweb on April 24, 2007, 10:00:30 AM

Title: Need help detecting web site visitor's hardware configuration
Post by: jeeweb on April 24, 2007, 10:00:30 AM
Hi

Is it possible using JavaScript and/or PHP or any other language, whether a user of my web site has a webcam attached to his PC and whether they have audio output device (speakers, head phones etc) and audio input device for example mike

Any help or guidance on this matter would be highly appreciated.  

Thanks for your help

JV
Title: Re:Need help detecting web site visitor's hardware configuration
Post by: Cobra on April 26, 2007, 10:34:39 AM
I've never actually tried doing this. I can pretty much confirm you can not do it directly through a PHP/Javascript web served page. You would probably need to develop some sort of ActiveX control that the user would need to agree to run.

In fact i'd be almost 100% sure that it would need to work that way.