- 27 -
www.vivotek.com
T: 886-2-22404099
F: 886-2-22404097
How to design m y own hom epage to replace the current one
1. Prepare your own homepage with size less than 65000 bytes and rename it to
user.htm,
2. Insert the html codes of video object, the bold Italian text in the following example,
into the appropriate position in user.htm. Note that the codes of video object must be
copied exactly the same including the letter case.
****** Example homepage begin ******
<html>
<head>
<title>Example – custom homepage</title>
</head>
<body background="/pic/wallppr.jpg">
<p>
<a href="/setup/config.html">
<im
g
src="htt
p
://d
g
l.microsoft.com/thumbnails/
j
023/
j
0234430
(
t
)
.
g
if"
align="left" width="64" height="64">
</a>
<font size="7" face="Comic Sans MS" color="#FF0000">
MiniAVServer Demo
</font>
</p>
<p align="left">
<!-- Co
py
the next bold line to where
y
ou want to show the ima
g
e comin
g
from
MiniAVServer. This line is remark only and is hidden on homepage. //-->
<OBJECT ID=VAMCtrl></OBJECT>
</p>
</body>
</html>
****** Example homepage end ******