Cayin SMP-WEB Serie Manual Del Usuario página 81

Reproductor multimedia de señalización
Ocultar thumbs Ver también para SMP-WEB Serie:
Tabla de contenido
SERIE SMP-WEB
MANUAL DEL USUARIO
Ejemplo 8: Reproducir dos vídeos en una página web. SMP-WEBDUO/WEBPLUS
puede reproducir dos vídeos en una página web usando los atributos "video/main" y
"video/sub".
<html>
<head>
</head>
<body>
.......
<object type="video/main" width="640" height="480">
<param name="loop" value="1">
<param name="src" value="file://1.mpg">
</object>
......
<object type="video/sub" width="320" height="240">
<param name="loop" value="1">
<param name="src" value="file://2.mpg">
<param name="audio" value="0">
</object>
.......
</body>
</html>
74
Tabla de contenido
loading

Este manual también es adecuado para:

Smp-web4Smp-webduoSmp-webplusSmp-web3Smp-web3n

Tabla de contenido