Canon VB150 Specifiche Pagina 11

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 40
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 10
Guide to Creating Web Pages for Video Distribution
glimps.htm
<html>
<head>
<script language="JavaScript">
<!--
function clicked(btn) {
url = btn.name
window.open(url,"LiveApplet","width=490,height=400")
}
// -->
</script>
<title>Glimpse</title>
</head>
<body>
<table>
<form name="form">
<tr><td><center>
<applet codebase="http://
192.168.100.1/-wvdoc-01-/Glimpse/"
code="Glimpse.class" archive="Glimpse.zip"
width=160 height=120>
<param name=cabbase value="Glimpse.cab">
<param name=url value="http://192.168.100.1/">
</applet>
</center></td></tr>
<tr><td><center>
<input type="Button" name="popup.htm" value="click me"
onClick="clicked(this)">
</center></td></tr>
</form>
</table>
</body>
</html>
popup.htm
<html>
<head>
<title>LiveApplet</title>
</head>
<body>
<center>
<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>
</center>
</body>
</html>
1
2
* 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
8
Vedere la pagina 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 ... 39 40

Commenti su questo manuale

Nessun commento