Probleme de video en html
Résolu
mehdi_84
Messages postés
112
Statut
Membre
-
Chabanus Messages postés 982 Date d'inscription Statut Membre Dernière intervention -
Chabanus Messages postés 982 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
Configuration: Windows XP Internet Explorer 7.0
5 réponses
-
-
-
Elles ne démarrent pas toute seule sur ma page en tout les cas --'
-
En tout les cas sur firefox, peut être que sur internet explorer c'est ainsi
-
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question -
ok merci en faite j'ai regler le problem
tu c'est comment on fait pour ce faitre referencer par le maximun de moteur de recherche