Comment insérer du flash tout en respectant les standards du web ???
Ce code me renvoit les erreurs suivantes :
CODE
Line 255, column 11: there is no attribute "SRC"
<embed src="images/ban_RG_88.swf" quality=high pluginspage="http://www.macromedi
Line 255, column 42: there is no attribute "QUALITY"
...d src="images/ban_RG_88.swf" quality=high pluginspage="http://www.macromedia.
Line 255, column 59: there is no attribute "PLUGINSPAGE"
..._RG_88.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/dow
Line 255, column 152: there is no attribute "TYPE"
...P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="8
Line 255, column 190: there is no attribute "WIDTH"
...application/x-shockwave-flash" width="88" height="31">
Line 255, column 202: there is no attribute "HEIGHT"
...x-shockwave-flash" width="88" height="31">
Line 255, column 206: element "EMBED" undefined
...ockwave-flash" width="88" height="31">
<embed src="images/ban_RG_88.swf" quality=high pluginspage="http://www.macromedi
Line 255, column 42: there is no attribute "QUALITY"
...d src="images/ban_RG_88.swf" quality=high pluginspage="http://www.macromedia.
Line 255, column 59: there is no attribute "PLUGINSPAGE"
..._RG_88.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/dow
Line 255, column 152: there is no attribute "TYPE"
...P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="8
Line 255, column 190: there is no attribute "WIDTH"
...application/x-shockwave-flash" width="88" height="31">
Line 255, column 202: there is no attribute "HEIGHT"
...x-shockwave-flash" width="88" height="31">
Line 255, column 206: element "EMBED" undefined
...ockwave-flash" width="88" height="31">
CODE
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="88" height="31">
<param name=movie value="images/ban_RG_88.swf">
<param name=quality value=high>
<embed src="images/ban_RG_88.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="88" height="31">
</embed>
</object
<param name=movie value="images/ban_RG_88.swf">
<param name=quality value=high>
<embed src="images/ban_RG_88.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="88" height="31">
</embed>
</object
En vous remerciant de votre aide,