JAVA
applet
(for displaying your webcam picture on your website)
The
JAVA applet JAVAVIEW.CLASS is included.
Here comes a HTML example of using this applet.
<APPLET
code="javaview.class" width=176 height=144> |
<PARAM
name="PAGE" value="http://www.webcam-control-center.com/video.jpg"> |
<PARAM name="TIME" value="5"> |
</APPLET> |
Select
the width and height of your uploaded picture in the first line behind
the applet name.
The value of the PAGE parameter is the URL address of your picture.
The picture and the applet must exist on the same location !
The value of the TIME parameter determines the reload interval in seconds.
You
can also use the CAMVIEW.HTM sample page
for your webcam picture !
Back to Mainpage
|