Probleme de video en html
Résolu
mehdi_84
Messages postés
103
Date d'inscription
Statut
Membre
Dernière intervention
-
Chabanus Messages postés 978 Date d'inscription Statut Membre Dernière intervention -
Chabanus Messages postés 978 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
j'ai créé un site sur la turquie et j'ai donc mie des video souvenir de mes vacance la bas
j'ai fait ces video avec windows movie maker le format et .wmw
elle fonctionne bien sur la page en ligne .
le problem c'est qu'elles démarent toute seul quand on n'arrive sur la page
voici le site: http://pagesperso-orange.fr/iciturquie/
et le code html de la page ou ce trouve la video qui demare toute seul:
<html>
<head><title>Bodrum's parties</title></head>
<body>
<style>
p {
color: red;
font-size: 50px;
font-weight: bold;
font-style: italic;
font-family: arial;
}
</style>
<p>Bodrum's crazy nights</p>
<table border=4>
<tr>
<th>Vidéo 1</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/luENNcbewq0&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/luENNcbewq0&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
<th>Vidéo 2</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/w9D6Nap7a1s&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/w9D6Nap7a1s&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
<br>
<br>
<table border=4>
<tr>
<th>Video 3</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tlO2bzuU5g0&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tlO2bzuU5g0&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
<th>Vidéo 4</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/98vv1KuNmWQ&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/98vv1KuNmWQ&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
<br>
<br>
<table border=4>
<tr>
<th>Vidéo souvenirs</th>
<td><embed src="./monsite/vacbodrum.wmv" loop="false"></embed></td></tr>
</table>
</body>
</html>
merci de votre aide
j'ai créé un site sur la turquie et j'ai donc mie des video souvenir de mes vacance la bas
j'ai fait ces video avec windows movie maker le format et .wmw
elle fonctionne bien sur la page en ligne .
le problem c'est qu'elles démarent toute seul quand on n'arrive sur la page
voici le site: http://pagesperso-orange.fr/iciturquie/
et le code html de la page ou ce trouve la video qui demare toute seul:
<html>
<head><title>Bodrum's parties</title></head>
<body>
<style>
p {
color: red;
font-size: 50px;
font-weight: bold;
font-style: italic;
font-family: arial;
}
</style>
<p>Bodrum's crazy nights</p>
<table border=4>
<tr>
<th>Vidéo 1</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/luENNcbewq0&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/luENNcbewq0&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
<th>Vidéo 2</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/w9D6Nap7a1s&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/w9D6Nap7a1s&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
<br>
<br>
<table border=4>
<tr>
<th>Video 3</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tlO2bzuU5g0&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tlO2bzuU5g0&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
<th>Vidéo 4</th>
<td><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/98vv1KuNmWQ&hl=fr&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/98vv1KuNmWQ&hl=fr&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></td>
</tr>
</table>
<br>
<br>
<table border=4>
<tr>
<th>Vidéo souvenirs</th>
<td><embed src="./monsite/vacbodrum.wmv" loop="false"></embed></td></tr>
</table>
</body>
</html>
merci de votre aide
A voir également:
- Probleme de video en html
- Montage video windows - Guide
- Nommez une application d'appel vidéo ou de visioconférence - Guide
- Comment télécharger une vidéo youtube - Guide
- Editeur html - Télécharger - HTML
- Insérer video powerpoint - Guide
5 réponses
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question