I use swfobject to avoid the click-to-activation issue, but I’m only having half-luck: www.eldoradodancehall.hu at the left side you see several flash buttons inserted, and they all work at first, but if you scroll fully down, and back again, mostly the first 2 are the only ones working under firefox and opera. Can you help me with that? It’s kinda urgent. Thanks!
Could someone help me? The site is ready, and I have an onclick event for the div that is substituted by the flash, so the link is working, but the animation is not playing (in flash there's an onmouseover event). Please have a look at the webpage and try to help me, I would really appreciate it, thanks!
it looks like one of the html elements on the top of the page is overlapping the buttons, which would make them not work.
try commenting out the big banner swf and see if that fixes it.
you may also be having issuesbecause you are using wmode=transparent, and if the swf is overlapping other things, it will block the mouse events to the elements under it.
the problem is indeed with wmode:transparent. I tried a code, where I only put the buttons in a very high table, and by scolling they were disactivated again. I wouldn't care if the elements under it would be blocked from the mouse, since I want to use these swf-s as buttons, but without wmode being transparent, the design doesn't look as nice as I would like it to be. I also tried UFO, and the same thing occured with it. I even tried to get the buttons out of the table, but that didn't work either.