View Single Post
  #1  
Old 11-27-2007, 01:39 AM
 
jaimwolfe jaimwolfe is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 57
 

Default Flash replacement for X-cart Logo, Little Help Needed

OK, I have the flash file working, uploaded to my site, and have (had) it displaying like I wanted. The problem is that the flash file is 500px wide x 200px tall, and it screwed everything up (covered up the top of the vertical menus on the left) and such.

I searched, read the guide that Balinor put up on template editing, and still can't figure it out. I know it has to be something in the head.tpl, but cannot find a fix. Any help would be appreciated.

Here is what I had in my head.tpl. I have the CSS "upgrade" skin that BSCE Engineering sold that makes it so it sends the product information to the browser first (mistake in my eyes).

<div id="head_container">
<div id="top_menu">{include file="customer/top_menu.tpl"}</div>
<div id="logo"><a href="{$http_location}">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="200" id="logo3" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="{$ImagesDir}/logo3.swf" />
<param name="quality" value="medium" />
<param name="bgcolor" value="#ffffff" />
<embed src="{$ImagesDir}/logo3.swf" quality="medium" bgcolor="#ffffff" width="500" height="200" name="logo3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object></a></div>
<div id="head_bar">

Xcart 4.1.6
Thanks!
Jaime
__________________
http://premiumpowersports.com
Xcart gold Version 4.1.6
Reply With Quote