Canon VB101 appendix Creating Web Pages

Models: VB101

1 167
Download 167 pages 41.12 Kb
Page 99
Image 99

Using a Java Viewer to Distribute Videos

1

sample.htm

<html>

<head>

<title>SampleSite LiveApplet</title> </head>

<frameset rows="70,*"> <frame src="header.htm"> <frame src="lvappl.htm"> </frameset>

</html>

2header.htm

<html>

<head>

<title>LiveApplet comment</title> </head>

<body>

<center><h1>LiveApplet</h1></center>

</body>

</html>

3lvappl.htm

<html>

<head>

<title>LiveApplet</title>

</head>

<body>

<applet codebase="http://192.168.100.1/-wvdoc-01-/LiveApplet/" code="LiveApplet.class" archive="LiveApplet.zip" width=450 height=380>

<param name=cabbase value="LiveApplet.cab"> <param name=url value="http://192.168.100.1/"> </applet>

</body>

</html>

*The underlined portion is a sample IP address. Enter the actual IP address set for the VB101.

5

Creating Web Pages

99

Page 99
Image 99
Canon VB101 appendix Creating Web Pages