integrer .swf dans page html
hello je cherche le code pour intégrer une bannière .swf dans une page html
j'ai trouvé ce genre truc, mais ça a l'air de dater de 1000 ans
(macromedia) ;)
Code:
1 2 3 4
| <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="800" height="600">
<param name="movie" value="votre animation.swf">
<param name="quality" value="high">
<embed src="votre animation .swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"></embed></object> |