Clive Report post Posted July 21, 2010 Hi Just about to go live with a new page using FusionMaps, and testing on various browsers. I have a similar problem to the one reported for charts; namely that when a user clicks on the map to open a window, it appears BEHIND the map instead of above. I managed to fix this 95% with z-index settings (IE and Firefox), but with Safarai browser (running on Windows) the fix does not work. I installed Flash 10.1 but it did not help. I am using the standard javascript to load the map on the page. What is the solution for this? The client uses a Mac so if it doesn't work on Safari, it doesn't work. Period. My FusionMaps project will be dead in the water! Thanks Clive Share this post Link to post Share on other sites
Clive Report post Posted July 21, 2010 I looked around the flash forums and decided to try setting the transparency. I added this line to the javascript: map.setTransparent(); and this did the trick, for Firefox 3.6.7 and Safari. Is this the right syntax? Thanks Clive Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted July 21, 2010 Hi Clive, As you have already mentioned, setTransparent() is the method for the same. Please note you can apply this in two ways :- 1) setTransparent(true) 2)setTransparent(false) Hope this helps. Share this post Link to post Share on other sites
jojobbing Report post Posted January 24, 2011 Hi Clive, As you have already mentioned, setTransparent() is the method for the same. Please note you can apply this in two ways :- 1) setTransparent(true) 2)setTransparent(false) Hope this helps. I use FC v 1.2.3F and when I add the methow, the server response with: Fatal error: Call to undefined method FusionCharts::setTransparent(). what's the problem? Is it defferernt version? joe Share this post Link to post Share on other sites