Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Flash links not working

Flash links not working

Locked

Views: 1,481

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
2 May 2008, 11:04 AM
#1
froldao avatar

froldao

New Zenner

Join Date:
Nov 2007
Posts:
40
Plugin Contributions:
0

Flash links not working

In my zencart I have a flash menu (left side) that works perfectly. I made a flash showcase that I placed here (http://atxilipu.com/_zen-cart/index.php?main_page=index&language=en) and used the same type of links that I used in the flash menu. However, the links on the showcase don't work. They've worked before, but not anymore. What could be wrong here?

3 May 2008, 8:20 AM
#2
chuck avatar

chuck

Totally Zenned

Join Date:
Jul 2005
Posts:
255
Plugin Contributions:
0

Re: Flash links not working

You've hard-coded the wrong cPath values into your flash code.
When you click on links that point to the wrong place, you're naturally going to get the wrong result.

4 May 2008, 8:02 PM
#3
froldao avatar

froldao

New Zenner

Join Date:
Nov 2007
Posts:
40
Plugin Contributions:
0

Re: Flash links not working

Sorry, but could you explain further? What do you mean by "wrong cPath"?
I used the exact same links as I did in the other menu, and they are absolute links, not paths (for instance, the first, Lovely Baby, links to http://atxilipu.com/_zen-cart/index.php?main_page=index&cPath=1&language=9). I really don't see why it's not working...

8 May 2008, 12:07 AM
#4
elastic avatar

elastic

New Zenner

Join Date:
Dec 2007
Location:
New Jersey
Posts:
76
Plugin Contributions:
0

Re: Flash links not working

hi,

some of your links are good - this one:
http://atxilipu.com/_zen-cart/index.php?main_page=index&cPath=1&language=9

but the other one that is breaking is actually pointing here:

http://atxilipu.com/_zen-cart/index.php?main_page=index&cPath=66&sort=20a&language=en

the cPath has changed from 1 to 66

I think that's what is wrong.