Thread: Flash
View Single Post
  #4  
Old 07-22-2005, 07:34 AM
 
kevingibson kevingibson is offline
 

Advanced Member
  
Join Date: Apr 2004
Location: Sunderland, UK
Posts: 51
 

Default

Quote:
Originally Posted by anandat
intead of image path try to put full url i.e http://www.yoursite.com/x-cart/images/xyz.swf
I've tried that too, with no sucess unfortunately.

The site is still very much work in progress but you can find it at www.britkit.co.uk/xcart/customer/home.php

Heres the code from the head.tpl

Code:
<TABLE width="722" border="0" align="center" cellpadding="0" cellspacing="0" background="{$ImagesDir}/back_slice.gif"> <TR> <TD><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="722" height="251"> <param name="movie" value="http://www.britkit.co.uk/xcart/skin1/images/base2.swf"/> <param name="quality" value="high"/> <embed src="http://www.britkit.co.uk/xcart/skin1/images/base2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="722" height="251"></embed> </object></TD> </TR> </TABLE>
__________________
xcart version 4.0.14
windows server

http://www.3k-design.co.uk
Reply With Quote