Getting Started
  -- Accessing Webcam 123
from the Internet
  -- HTTP Server
  -- Video Settings
  -- My Info
  -- Captions
  -- Member URL
 FTP
 Broadcast
  -- Start broadcasting
  -- Publish
  -- Edit your webpage
  -- Embed Java applet

 FAQ

Webcam 1-2-3

Embed Java applet in your web site

Simply add the following HTML code in your web page. Change the CODEBASE to the IP address of Webcam 1-2-3. Tempo is how many milli-seconds for a frame. If you are using Webcam 1-2-3 v1.7, Tempo is how many frames per second.

<applet code="a.class" name="webcamApplet" CODEBASE="http://210.66.11.6/" width="320" height="240" border="0">
<param name="imagename" value="webcam.jpg">
<param name="webcamwidth" value="320">
<param name="webcamheight" value="240">
<param name="wtime" value="2000">
</applet>

Click on Publish button to have Webcam 1-2-3 create webpage and Java applet. Press HTTP in Webcam 1-2-3 to broadcast.