Centrer video Flash dans page html

Centrer video Flash dans page html - HTML/CSS - Programmation

Marsh Posté le 26-03-2011 à 13:25:43    

Bonjour,
 
Je ne suis pas une pro en développement (pas le peine de le préciser, je pense que ça se voit de suite).
 
Je rencontre un petit soucis. J'aimerais centrer ma vidéo Flash dans le centre de ma page, qui est pour l'instant décalée sur la droite.  
Voir : http://minu.me/42rt
 
Pourriez-vous m'aider ?
 
Mon code html

Code :
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  <meta charset="utf-8" />
  5.  <title>...</title>
  6.  <link rel="stylesheet" href="style.css" type="text/css" />
  7.  <link rel="stylesheet" href="imageflow.css" type="text/css" />
  8. </head>
  9. <body>
  10.  <div id="video3" class="lecteur">
  11.  <object data="bambi.swf" type="application/x-shockwave-flash" width="1050" height="480">
  12.  <param name="play" value="true" />
  13.  <param name="loop" value="false" />
  14.  <param name="movie" value="bambi.swf" />
  15.  <param name="menu" value="false" />
  16.  <param name="quality" value="high" />
  17.  <param name="scalemode" value="noborder" />
  18.  <param name="wmode" value="transparent" />
  19.  </object>
  20.  </div>
  21.  <div id="menu1" class="menu1">
  22.  <a href="video1.html" title="Fight1"><img src="img/croixnoire.png" width="20" height="20" style=border:none /></a>
  23.  <a href="video2.html" title="Fight2"><img src="img/croixnoire.png" width="20" height="20" style=border:none /></a>
  24.  <a href="video3.html" title="Bambi"><img src="img/croixrouge.png" width="20" height="20" style=border:none /></a>
  25.  <a href="video4.html" title="Jacquard"><img src="img/croixnoire.png" width="20" height="20" style=border:none /></a>
  26.  </div>
  27.  <div id="menu2" class="menu2">
  28.  <a href="index1.html" title="GALERIE"><img src="img/croixnoire.png" width="20" height="20" style=border:none /></a>
  29.  <a href="video1.html" title="VIDEOS"><img src="img/croixrouge.png" width="20" height="20" style=border:none /></a>
  30.  <a href="actualites.html" title="ACTUALITES"><img src="img/croixnoire.png" width="20" height="20" style=border:none /></a>
  31.  <a href="contact.html" title="CONTACT"><img src="img/croixnoire.png" width="20" height="20" style=border:none /></a>
  32.  </div>
  33. </body>
  34. </html>


 
Mon css

Code :
  1. html {
  2.  height:100%;
  3.  width:100%;
  4. }
  5. body {
  6.  color:black;
  7.  background:url(img/fond.gif) repeat-x ;
  8.  font-size:0.8em;
  9.  line-height:1.4em;
  10.  padding:1em 0;
  11.  margin:0;
  12. div.menu1{
  13.  text-align:center;
  14.  background-color:#dcdcdc;
  15. }
  16. div.menu2{
  17.  text-align:center;
  18. }
  19. div.lecteur{
  20. text-align:center;
  21. }


 
Merci infiniment !

Reply

Marsh Posté le 26-03-2011 à 13:25:43   

Reply

Marsh Posté le 26-03-2011 à 23:17:36    

Salut.
Ton HTML va très bien ; le swf par contre ...
Regarde : (Avec firebug c'est plus pratique ^^)
http://img846.imageshack.us/img846/2100/aspect.jpg
Bonne chance !

Reply

Marsh Posté le 26-03-2011 à 23:42:28    

Merci pour ta réponse !  
Je commençais à désespérer !
Je dois donc re-uploader ma video dans Flash et ajuster la taille ?
Ce n'est donc pas un problème d'html ni de css ?
Merci encore !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed