View Single Post
  #1  
Old 11-01-2006, 06:59 AM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Question Add flash image on main page

Can anybody help with implementing a flash image on the main page instead of the standard welcome.jpg?

I know I'll have to alter skin1/customer/main/welcome.tpl but after that 'm lost; I've searched the forums but can't get the info to get started

The original welcome.tpl code:
Code:
{* $Id: welcome.tpl,v 1.28.2.1 2006/07/12 04:51:17 svowl Exp $ *} <img src="{$ImagesDir}/customer_images/welcome.jpg" width="537" height="262" alt="" />

Here is what I'd like to implement:
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="537" height="262" id="ssp" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="ssp.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="ssp.swf" quality="high" bgcolor="#ffffff" width="537" height="262" name="ssp" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote