Link to home
Start Free TrialLog in
Avatar of AndyPSV
AndyPSVFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Chat with webcam

Anybody knows a free solution - a chat with webcam image + rooms (and private talks)?
If there isn't any free maybe you would recommend something?
ASKER CERTIFIED SOLUTION
Avatar of racmail2001
racmail2001
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
AndyPSV,

Just to clarify PHP could be part of this solution.  Although it is correct that Flash is a common way to provide this a PHP page can load the Flash object.   AJAX is just a method of using clientside script to send server requests so it also does not exclude PHP.  In the case of a video chat I have not seen a AJAX solution that is the key component but won't say it couldn't be useful for part of the solution.  Besides Flash a Java applet is also a common way to provide something like this.  With Flash or Java (or similar technologies) then usually AJAX is unneeded.  Those technologies are used to provide the same effect as AJAX.

I don't have a specific recommendation for you.  Not that is free, provides video, has rooms, etc.  Let me know if any of this is optional because that may make a difference.  When I have seen these solutions (i.e. video) they are built customized or cost money to buy.

Can it be hosted by another site?

Let me know if you have any questions or need more information.  I just wanted to mainly clarify some of the info above.

b0lsc0tt