re, merci de vos reponses
EN fait j'aimerais garder mon format de fichier et ne pas a avoir a intervenir sur la video (c un probleme qui va etre recurrent je ne veux pas devoir remodifier toutes mes videos
Bref sinon malheureusement ca fonctionne nickel sous IE mais pas sous FF,
Voici monde code:
Code :
- <div align="left" id="general" style="top:0; left:0; width:20; height:250; z-index:1; position:relative; background-color:#000000">
- <div id="banniere" style="top:0px; left:0px; position:absolute; width: 108px; height: 15; background-color:#000000; margin:0; margin-left:0; margin-right:0">
- <layer name="layBanniere" left="0" top="0" width="110" height="15" above="layVideo" bgcolor="#000000" >
- <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
- codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="108" height="15">
- <param name="movie" value="MonFlash.swf" />
- <param name="quality" value="high" />
- <embed src="MonFlash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
- type="application/x-shockwave-flash" width="108" height="15" loop="true" style="background-color:#000000"> </embed>
- </object>
- </layer>
- </div>
- <div id="vid" style="position:static">
- <layer name="layVideo" left="0" top="0" width="320" height="250" bgcolor="#DDFFDD" id="lay1" clip="0,0,100,100">
- <object
- classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="250"
- codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="video" standby="Chargement...">
- <param name="SRC" value="MaVideo.mov"/>
- <param name="AUTOPLAY" value="false" />
- <param name="CONTROLLER" value="true" />
- <param name="type" type="video/quicktime"/>
- <embed src="MaVideo.mov" width="320" height="250" autoplay="false" controller="true"
- pluginspage="http://www.apple.com/QuickTime/download/"></embed>
- </object>
- </layer>
- </div>
- </div>
|
Message édité par lezabour2k le 19-06-2006 à 18:46:16