tim_ver Posted August 2, 2006 Share Posted August 2, 2006 I want to change out a image on my webpage "main page" and replace it with a swf file. I tried and always get 1 item remaining and it never loads. Ideas on what may cause this? I have checked path and it is in the dir I have stated for the path. This is the code(header.php): <td width=501 valign=top><a href=<?=tep_href_link('specials.php')?>><img src=images/m11.jpg width=203 height=204 border=0> <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="195" height="204"> <param name="movie" value="show/2.swf"> <param name="quality" value="high"> <embed src="show/2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="195" height="204"></embed></object> </a><span style="padding-left: 11px"></span><a href=<?=tep_href_link('index.php','cPath=28')?>><img src=images/m13.jpg width=92 height=204 border=0></a></td> </tr> Please help. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.