- 18 -
How to design a homepage to replace the current one
1. Prepare a homepage with size less than 65000 bytes and rename it to “user.htm.”
2. Insert the html codes of the video object, the bold text in the following example, into the appropriate
position in user.htm. Note that the codes of the video object must be copied exactly, including the
letter case.
3. Open an FTP client program and connect to the DDK-3000 Video Encoder. The user name and
password is the same as the Administrator’s.
4. Transfer user.htm in the local folder to the DDK-3000 Video Encoder.
5. Close the FTP program and reload the homepage of the DDK-3000 Video Encoder.
6. Click “Configuration” on homepage.
7. Click “Homepage layout” in the left column.
8. Check “Use the customized homepage.”
9. Click the “Save” button and return to homepage.
*
The user.htm only provides plain text content that scripts and URL of external resources can be used
to adorn the homepage. Refer to tutorials of writing HTML and scripts.
****** Example homepage begin ******
<html>
<head>
<title>Example – custom homepage</title>
</head>
<body background="/pic/wallppr.jpg">
<p>
<a href="/setup/config.html">
<img src="http://dgl.microsoft.com/thumbnails/j023/j0234430(t).gif" align="left"
width="64" height="64">
</a>
<font size="7" face="Comic Sans MS" color="#FF0000">
DDK-3000 Video Encoder Demo
</font>
</p>
<p align="left">
<!-- Copy the next bold line to where you want to show the image coming from DDK-
3000 Video Encoder. This line is remark only and is hidden on homepage. //-->
<OBJECT ID=VAMCtrl></OBJECT>
</p>
</body>
</html>
****** Example homepage end ******
Summary of Contents for DDK3000
Page 1: ......