We tried implementing FusionMaps using SWFObject 2.0. Here is a small sample attached.
Attached File(s)
-
SWFObject_Test.zip (74.74K)
Number of downloads: 199
Posted 18 November 2008 - 05:36 AM
We tried implementing FusionMaps using SWFObject 2.0. Here is a small sample attached.
SWFObject_Test.zip (74.74K)
Posted 18 November 2008 - 07:08 AM
Posted 18 November 2008 - 07:24 AM
Please let us know the things in details that you are facing.
Meahwhile, please check the path of the JS file, SWF files and XML files. Please also see whether you can execute any other JavaScript functions and please see if the SWFObject has beeb properly loaded.
You can also try accessing the site from other machines.
Posted 18 November 2008 - 07:32 AM
Posted 18 November 2008 - 07:51 AM
"Error in Loading Data" primarily means that you are providing wrong path of the XML.
Please provide correct path(URL) to XML.
** Please note that you can NOT provide absolute path (URL). We have blocked taking absolute path to stop XSS attacks. Please use relative path. Hence, please do not provide any URL like "http://....". Only "data/myXMLfolder/xml.xml" (like this).
The rule that we are following while blocking absolute url is 1. any string having a : character. So, no colon character in the XML path (dataURL) that you are providing.
If this does not solve the issue, then set the debugMode to 1 so that the chart can show up the debug window. See whether a dataURL (i.e. URL to an XML file) ahs been provided to the chart). The debug window will report this.
Hopefully, the path to the dataURL is the issue.
Posted 18 November 2008 - 08:15 AM
Posted 18 November 2008 - 08:53 AM
Hope Arindam's code might help you out in this. Please go through the code and find the secret of your own.
Posted 04 June 2010 - 01:17 PM