CrazyPixels
Features
Screenshots
Network Camera (IP-Cam)
Download trial version
Order full version
Manual
WebCam-Control-Center
CamUniversal

WebCam-Control-Center Manual
Part 5: Included Files, Java Applet

 

Included Files

wccc.exe: the WebCam-Control-Center Program
readme.txt: information about the installation
order.txt: information about registration
camview.htm: sample HTML page for displaying the webcam picture on a website
javaview.class: JAVA applet for displaying the webcam picture on a website
file_id.diz: short program description ( used on FTP servers)
pad_file.xml: Portable Application Description ( used for shareware)
pad_file.htm: Portable Application Description in HTML format
alarm1.wav: sound file to use when motion is detected

 

Java Applet (for displaying your webcam picture on your website)

The JAVA applet JAVAVIEW.CLASS is included. Here is an HTML example that uses 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>

Specify the width and height of your uploaded picture in the first line. The value of the PAGE parameter is the URL address of your picture. The picture and the applet must exist in the same folder on your web host's server. The value of the TIME parameter determines the reload interval in seconds. In the example, the latest version of video.jpg will be shown every 5 seconds. You can also use the CAMVIEW.HTM sample page for your webcam picture.

Part 6 >>