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)
-   -   Adding a Flash Menu (https://forum.x-cart.com/showthread.php?t=53087)

Freakmode 04-01-2010 06:10 AM

Adding a Flash Menu
 
Trying to add the following code to make a Flash Accordian type menu for the top of the dialog on the home page.

I added this to the service_head.tpl file but I get a smarty error for the line
var flashvars = {};
Code:

<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript">
var stageW = 565;
var stageH = 200;
var cacheBuster = Date.parse(new Date());
var flashvars = {};
var params = {};
params.bgcolor = "#efefef";
params.allowfullscreen = "true";
flashvars.stageW = stageW;
flashvars.stageH = stageH;
flashvars.xmlPath = "accordion.xml";
flashvars.keepSelected = "t";
flashvars.selectedWindow = "4";
flashvars.slideshow = "t";
flashvars.imageWidth = "300";
flashvars.imageHeight = "200";
swfobject.embedSWF("preview.swf?t="+cacheBuster, "myContent", stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
</script>


It loads fine in a basic html file but for some reason I am struggling to get this working in X-cart.

Can anyone suggest anything?

pauldodman 04-01-2010 06:37 AM

Re: Adding a Flash Menu
 
Try some {literal} tags {/literal} around it.

Freakmode 04-02-2010 01:23 AM

Re: Adding a Flash Menu
 
Thanks Paul - that worked great - must try to remember this stuff!!

cosy 04-28-2010 05:29 PM

Re: Adding a Flash Menu
 
HI,

I like the idea, Can you share this with us?

Thanks,

Freakmode 04-29-2010 12:01 AM

Re: Adding a Flash Menu
 
Its not so much for a menu system as a rotating product banner running via XML

You can see it working on the home page at www.jobananas.com

cosy 04-29-2010 01:52 AM

Re: Adding a Flash Menu
 
HI,
'
it is very nice so how do i find or get that banner?

Thanks,

anandnadaar 04-30-2010 01:56 AM

Re: Adding a Flash Menu
 
Hi "01bodyjewellery"

I would really appreciate if you can tell how did you do the image hover work ?
Did you buy any module for that ? if yes than please let me know which.
I tried doing it with some other technique but for only the first image appears on mouseover throughout the category list.

Please reply!

Regards,
Anand


All times are GMT -8. The time now is 02:19 AM.

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