Help with links in CS3

I’ve got a menu that I’m working on for a site, and when I load the flash via a webpage, two of the links in the menu do not work. However, if I load the flash file directly they work.

About us and Contact Us do not work here…
http://www.redline-motorsports.net/newsite/1-home.html

But the work fine here:
http://www.redline-motorsports.net/newsite/flash/rl-menu.swf

Any ideas? Thanks in advance!

It looks like some of your HTML content is layered over the SWF. If you change the z-index of the absolutely-positioned div to -1, then the buttons work. However, I don’t know if you had a reason to set that z-index or not, so you may need to find another solution.

i set the z-index of the div with the heartbeat line in it, so I could move it up over top of the left swf. let me play with that. Thanks! :slight_smile:

working great now. Thanks!