Canon VB150 Spécifications Page 9

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 40
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 8
Guide to Creating Web Pages for Video Distribution
sample.htm
<html>
<head>
<title>SampleSite LiveApplet</title>
</head>
<frameset rows="70,*">
<frame src="header.htm">
<frame src="lvappl.htm">
</frameset>
</html>
1
2
3
header.htm
<html>
<head>
<title>LiveApplet comment</title>
</head>
<body>
<center><h1>LiveApplet</h1></center>
</body>
</html>
lvappl.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 VB150.
Using the Viewer for Java to Distribute Videos
6
Vue de la page 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 39 40

Commentaires sur ces manuels

Pas de commentaire