I have the same problem. When you use wmode transparant or opaque to set the flash chart to the back the tooltips are not working anymore in firefox. I use wmode so my floating div etc are visible in front off the flash charts. But the tooltips are not working correct anymore in firefox. They only show for a split second. Any solution for this problem? Thanx
Example to see the problem in FIREFOX: I am using javascript to load the chart.
var myChart2 = new FusionCharts("charts/Area2D.swf?LoadDataErrorText=Geen taxaties.&XMLLoadingText=Ophalen data van server. Ogenbik geduld aub...", "main2", "400", "250", "0", "1");
myChart2.setDataURL("example.php?id=<?php echo $rs[0][id];?>");
myChart2.addParam('wMode', 'opaque');
myChart2.render(div2);
div2 is a div object. Then when the chart is loaded with data try to get a tooltip by moving your mouse. The click events (when you put a link in a bar) are not working correct. Please help!