![](/images/new-backgrounds/1054274/54274279x1.webp)
Using the Viewer for Java to Distribute Videos
1sample.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
width=450 height=380>
<param name=cabbase value="LiveApplet.cab">
<param name=url value="http://<_W_E_B_S_E_R_V_E_R_>/"> <param name=controller_style value="no_pantilt"> </applet>
</body>
</html>