Map not showing IE6 or IE7
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



Map not showing IE6 or IE7 Expand / Collapse
Author
Message
Posted 4/17/2008 1:32:25 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 4/17/2008 2:50:29 PM
Posts: 3, Visits: 9
Hello,

My map will not load in IE6 or IE7. It works on Firefox for PC and Mac.

It is not working from either the server or from the desktop of the machine. (I have not tried running it from http://localhostxxxx as I don't think think that will help.)

Here is the map embedded in my web template (Coldfusion):

http://www.fmhi.usf.edu/CFS_Dev/CFS_TREaD_LogicModelDev/map/

Here is the map with HTML generated by the Fusion Maps GUI:

http://www.fmhi.usf.edu/CFS_Dev/CFS_TREaD_LogicModelDev/map/map.html

Any suggestions?

Thanks
Post #5746
Posted 4/18/2008 1:27:48 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Today @ 2:56:41 AM
Posts: 704, Visits: 1,139
Hi,

Could you please revert back to FusionMaps.js that our Download Pack has distributed?

I find that this is the line that you have modified:

swfNode += '<param name="movie" value="../LM-USA/'+ this.getAttribute('swf') +'" />';

which seem to fall heavy on all browsers which support <object> tag to load embeded objects in the HTML. It is trying to load the swf files from another path (hardcoded as ../LM-USA/ ) which, i fear does not exists or does not contain the required SWF files. There would be no problem with Firefox or browsers that use <embed> since that portion is not modified to use this hardcoded path.

The above line should be :

swfNode += '<param name="movie" value="'+ this.getAttribute('swf') +'" />';

I hope things will work fine and smooth now. It's a pleasure helping you out.

 

Regards,

Sudipto Choudhury
FusionCharts Team

Post #5752
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -7:00, Time now is 9:38pm


Execution: 0.063.