Télécharger Imprimer la page

Cayin SMP-WEBPLUS Version 3.5 Mode D'emploi page 48

Publicité

Série SMP-WEB
Mode d'emploi
Exemple 2: Diffusion du fichier, video.mpg, du dossier média en boucle et en plein écran:
<html>
<head>
</head>
<body>
.................
<object type="video/mpeg" WIDTH="320" HEIGHT="240">
<param name="src" value="file://video.mpg">
<param name="fullscreen" value="1">
<param name="loop" value="1">
</object>
...................
</body>
</html>
Exemple 3: Diffusion de plusieurs fichiers vidéo du dossier media en boucle:
Si vous voulez passer beaucoup d'objets, ajoutez le tag "param" autant de fois et
paramétrez le nom "name" en "src". Dans l'exemple ci-dessous, le player média va passer
les fichiers vidéos dans l'ordre 1.mpg, 2.mpg, 3.mpg, 4.mpg, et 5.mpg.
<html>
<head>
</head>
<body>
.......
<object type="video/mpeg" WIDTH="320" HEIGHT="240">
<param name="loop" value="1">
<param name="src" value="file://1.mpg">
<param name="src" value="file://2.mpg">
<param name="src" value="file://3.mpg">
<param name="src" value="file://4.mpg">
<param name="src" value="file://5.mpg">
</object>
......
</body>
</html>
48

Publicité

loading

Produits Connexes pour Cayin SMP-WEBPLUS Version 3.5