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 "vi-
deo/sub".
<html>
<head>
</head>
<body>
.......
<object type="video/main" width="640" height="480">
<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>
72