[thelist] Flash movie not showing in IE pc...

Alliax damiencola at wanadoo.fr
Sun Jan 30 09:59:49 CST 2005


simply check your code :

  <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="716" height="173">
       <param name="movieages/flash_head.swf">
       <param name="quality" value="high" value="im">
       <embed src="images/flash_head.swf" quality="high" 
pluginspage="http://www.macromedia.com/go/getflashplayer" 
type="application/x-shockwave-flash" width="716" height="173"></embed>
     </object>

the path to the flash is incorrect :
<param name="movieages/flash_head.swf">
<embed src="images/flash_head.swf"...



More information about the thelist mailing list