Comment 4 for bug 179932

Revision history for this message
Christoph Langner (chrissss) wrote : Re: Java-applet of webmin-server doesn't work

You are right, you've got to change localhost to the serverip...

<APPLET CODE = "WebCamApplet.class" archive="applet.jar" WIDTH = "320" HEIGHT = "240">
<param name=URL value="http://<serverip>:8888">
<param name=FPS value="1">
<param name=width value="320">
<param name=height value="240">
</APPLET>