I have got webcam.html with an url for the webcamserver to some_url, If I access the html through http://some_url/webcam.html, all goes ok.
However if I access the applet through http://localhost/webcam.html, the applet remeins in 'connecting'.
I looks to me like the applet is not honoring/using URL parameter.
the webca.html is this:
I removed html tags because the preview was trying to...