Comment mettre deux .swf à côté?
Résolu/Fermé
A voir également:
- Comment mettre deux .swf à côté?
- Swf opener - Télécharger - Lecture
- Swf file player - Télécharger - Lecture
- J'ai deux compte facebook avec la meme adresse mail ✓ - Forum Facebook
- Deux ecran pc - Guide
- Afficher deux pages cote à cote google doc ✓ - Forum MacOS
2 réponses
Utilisateur anonyme
25 juil. 2013 à 05:19
25 juil. 2013 à 05:19
Salut, tu les mets dans des balises div
puis....
j'ai changé aussi les width de ton flash
Bonne chance
#myDiv1{ width: 50%; float: left; } #myDiv2{ width: 50%; float: right; }
puis....
<div id="myDiv1"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="50%" height="600"> <param name="movie" value="Description.swf"> <param name="quality" value="high"> <embed src="Lien.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="50%" height="600"></embed></object> </div> <div id="myDiv2"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="50%" height="600"> <param name="movie" value="Description.swf"> <param name="quality" value="high"> <embed src="Lien.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="50%" height="600"></embed></object> </div>
j'ai changé aussi les width de ton flash
Bonne chance