hi, I have been search around to find a answer for this but i cant. I cant get this flash code to work on my index page
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="949" height="36" title="Saverland Gibraltar cheap shopping">
<param name="movie" value="http://www.saverland.com/acatalog/banner.swf">
<param name="quality" value="high">
<embed src="http://www.saverland.com/acatalog/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="949" height="36"></embed>
</object>
It work on all the other page just not the home page (index)
Anyone got any ideas? i have also tried FTP the banner.swf to the same leave as index.html and changing the code but still nothing.
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="949" height="36" title="Saverland Gibraltar cheap shopping">
<param name="movie" value="http://www.saverland.com/acatalog/banner.swf">
<param name="quality" value="high">
<embed src="http://www.saverland.com/acatalog/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="949" height="36"></embed>
</object>
It work on all the other page just not the home page (index)
Anyone got any ideas? i have also tried FTP the banner.swf to the same leave as index.html and changing the code but still nothing.
Comment