Applet tag descriptions – Canon VB-C10R User Manual

Page 98

Advertising
background image

5-20

Applet Tag Descriptions

Attribute Name Omissible

Description

code

No

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.

codebase

No

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

width

No

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.

height

No

As for width. For LiveApplet, add around 140.
Eg. For an image size of 320

× 240, height=380.

For Glimpse, specify the same value as the image height.
Eg. For an image size of 320

× 240, height=240.

archive

Yes

Specify LiveApplet.zip or Glimpse.

Using the Java Viewer to Distribute Videos

Tip

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

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

computer. This is particular necessary when using NAT.

Advertising