View Single Post
  #3  
Old 12-24-2011, 09:10 PM
  CottonAge.com's Avatar 
CottonAge.com CottonAge.com is offline
 

eXpert
  
Join Date: Jan 2008
Location: Orange County, California
Posts: 244
 

Default Re: Add Flash to Home Page

try this...
Code:
<div class="welcome-top"> <table> <tr> <td>{if $categories_menu_list or $fancy_use_cache} {include file="customer/categories.tpl"} {else} <img src="{$ImagesDir}/spacer.gif" alt="" class="empty-height-extender" /> {/if} </td> <td><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="480" id="tech" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="welcome.swf" /> <param name="quality" value="high" /> <embed src="welcome.swf" quality="high" width="640" height="480" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </td> </tr> </table> </div>
Just added a table
__________________
CottonAge.com - v4.4.4 - Gold
Mirko.com - v4.1.12 - Gold

We sell Bathrobes, Slippers, Towels & more at wholesale prices...
Reply With Quote