X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   flash slideshow in head (https://forum.x-cart.com/showthread.php?t=40176)

embroodles 05-31-2008 09:38 AM

flash slideshow in head
 
Hi all things I have tried.

I read a post about adding flash to main page using welcome tpl.

when I add the code as instructed all i get is a white page where featured products are
heres my code

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH=264 HEIGHT=195>
<PARAM NAME=movie VALUE="3rdflash.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=scale VALUE=noscale>
<EMBED src=3rdflash.swf menu=false quality=high wmode=transparent
scale=noscale WIDTH=264 HEIGHT=195 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>

I also tried adding it to the head ,its suppose to be a fade in and out slide show

<td class="HeadRightBox">
{*
{literal}

I Removed the {*

{/literal} *}
I Removed the *}

Ok now with these 2 removed I now have a scrollling slide show in the top right front left to right which is suppose to be a fader

and where my catergory boxes are I have a much bigger slide show that does fade in and out

Not to mention the space between the head and the rest of the webpage is Huge

Any ideas on how to get the fader either to the top right
or in the welcome message
thanks Bill
If I could I would just use the entire featured product box for a fader slideshow but have no idea how to get that in there
Noob!
thanks
Bill

embroodles 05-31-2008 10:53 AM

Re: flash slideshow in head
 
ok i managed to make the featured products dissapear ,woohoo and got my slideshow in there ,heres my code

{* $Id: welcome.tpl,v 1.28.2.1 2006/07/12 04:51:17 svowl Exp $ *}
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH=300 HEIGHT=300>
<PARAM NAME=movie VALUE="Projects.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=scale VALUE=noscale>
<EMBED src=Projects.swf menu=false quality=high wmode=transparent
scale=noscale WIDTH=300 HEIGHT=300 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
{if ($active_modules.Greet_Visitor ne "") and ($smarty.cookies.GreetingCookie ne "") and $logout_user eq ''}
{assign var="_name" value=$smarty.cookies.GreetingCookie|replace:"\'": "'"}
<h3>{$lng.lbl_welcome_back|substitute:"name":$_nam e} </h3>
{elseif $lng.lbl_site_title}
<h3>{$lng.lbl_welcome_to|substitute:"company":$lng .lbl_site_title}</h3>
{else}
<h3>{$lng.lbl_welcome_to|substitute:"company":$con fig.Company.company_name}</h3>
{/if}
{$lng.txt_welcome}
<br />
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}
{/if}
<br />
{* {include file="customer/main/featured.tpl" f_products=$f_products} *}

Any ideas on how to center it?
thanks Bill

embroodles 05-31-2008 11:05 AM

Re: flash slideshow in head
 
Ok got it centered ,dam I hate being a noob ,when I do this the welcome message itself now is below the flash slide show
how do you get it back above the slide show
thanks
Bill


All times are GMT -8. The time now is 03:45 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.