We are developing a social website and looking to implement video/audio chat for users (people a user is friends with). Most of the talk from the tech team was to use flash. But I don't want users to install anything. Can video/audio/conferencing be done purely in AJAX? Either develop it from scratch or use open source frameworks if any?
Asked
Active
Viewed 4,200 times
4 Answers
4
Flash is already installed on practically ever browser out there -- except iPhones, iPads, etc. which will likely never support Flash.
AJAX and HTML and CSS currently have no access to video and audio input hardware, so that's a non-starter. In the future this may change.
For now Flash is (for better or for worse) the best way to go.

dkamins
- 21,450
- 7
- 55
- 59
0
I don't believe you have access to video or audio input devices from just the browser.

Davy8
- 30,868
- 25
- 115
- 173
0
-
1I don't know about you, but my definition of "near" future doesn't even come *close* to the time frame in which HTML5-based video conferencing will be possible... – Dean Harding Jun 15 '10 at 00:31
-
I agree my friend, "near" is not so near. But looking forward to it! – zengr Jun 15 '10 at 00:33
-
Atleast, that's what Apple is also waiting for. So, you never know! – zengr Jun 15 '10 at 00:35