Comment inserer une animation flash swf en ht
chlagovich
Messages postés
89
Statut
Membre
-
Frappe Misere -
Frappe Misere -
Bonjour,
comment inserer une animation flash .swf en html ?par exemple titre anime et je veux l'inserer a une page html
comment inserer une animation flash .swf en html ?par exemple titre anime et je veux l'inserer a une page html
Configuration: Windows XP Firefox 2.0
1 réponse
-
insere ça en changeant, le nom et la taille.
<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="800" height="600">
<param name="movie" value="votre animation.swf">
<param name="quality" value="high">
<embed src="votre animation .swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="800" height="600"></embed></object>