Applet tag descriptions – Canon Vb-C50fi User Manual

Page 150

Advertising
background image

5-20

Using the Viewer for Java to Distribute Videos

Tip

When specifying an address included in the codebase attribute of the applet tag and

a URL parameter of the LiveApplet, specify one that can be accessed from the client’s

PC. This is particular necessary when using NAT (

→ P.5-26).

Specify LiveApplet.zip or Glimpse.zip.

Yes

archive

This parameter specifies the applet file name. Enter “LiveApplet.class” or
“Glimpse.class”. If this parameter is not specified correctly, the applet
(LiveApplet or Glimpse) is not downloaded.

No

code

This parameter specifies the directory that contains the applet.
http://HTTP server IP address: port number/directory/
If this parameter is not specified correctly, the applet (LiveApplet or Glimpse) is
not downloaded.
Directories are fixed for each applet.
Directory (LiveApplet)=-wvdoc-01-/LiveApplet
Directory (Glimpse)=-wvdoc-01-/Glimpse

No

codebase

This parameter specifies the size of the area acquired for the applet (in pixels).
For LiveApplet, if the value specified is smaller than the LiveApplet drawing
area, the applet may not be displayed correctly. If the camera control function
GUI is to be added (controller_style=normal), add about 140 to the value. Eg.
For an image size of 320

× 240, height=380.

For Glimpse, because the areas used for the applet and for the video display
are the same size, specify the same value as the image height. Eg. For an
image size of 320

× 240, hright=320.

No

height

This parameter specifies the size of the area acquired for the applet (in pixels).
For LiveApplet, if the value specified is smaller than the LiveApplet drawing
area, the applet may not be displayed correctly. If the camera control function
GUI is to be added (controller_style=normal), add about 130 to the value. Eg.
For an image size of 320

× 240, width=450.

For Glimpse, because the areas used for the applet and for the video display
are the same size, specify the same value as the image width. Eg. For an
image size of 320

× 240, width=320.

No

width

Description

Omissible

Attribute Name

Applet Tag Descriptions

Advertising