4-9
Distributing Video Using VB Viewer
Creating W
eb
P
a
ges f
o
r Vid
eo Distr
ib
ution
VB Viewer Parameters
You can change the parameters to create a Web page matching your purpose or what you want
to express on the page.
Use each parameter after fully understanding what it means.
Description of object tags
Attribute
name
omission
Description
src
Not
permitted
Specify the URI of VB Viewer. The Japanese version and English
version of VB Viewer can be referenced at the following URIs,
respectively:
English version
src="http://<IP address>/viewer/live/en/
live.html"
Japanese version src="http://<IP address>/viewer/live/ja/
live.html"
French version
src="http://<IP address>/viewer/live/fr/
live.html"
Italian version
src="http://<IP address>/viewer/live/it/
live.html"
German version src="http://<IP address>/viewer/live/de/
live.html"
Spanish version src="http://<IP address>/viewer/live/es/
live.html"
If you are saving the Web page to the flash memory in the
camera, you can also omit the IP address, as follows:
English version
src="/viewer/live/en/live.html"
Japanese version src="/viewer/live/ja/live.html"
French version
src="/viewer/live/fr/live.html"
Italian version
src="/viewer/live/it/live.html"
German version
src="/viewer/live/de/live.html"
Spanish version src="/viewer/live/es/live.html"
* To hide the scroll bars, also specify the following parameters:
scrolling="no"
COP
Y