Nowadays ,I found FusionCharts is a good produce for my web maps and charts.
I study the FusionMaps v3.1 doc , I hava a question when I study the "for flash developer" part.
There are hard-coding an XML data document for demo flash.
But when I put the flash in my localhost html,the localhost xml's data is not play .
var map = new FusionMaps("MyFirstMap.swf", "Map1Id", "750", "400", "0", "0");
map.setDataURL("FirstData.xml");
map.render("mapdiv");
The MyFirstMap.swf is my modified flash ,and the FirstData.xml data is a small different compare the flash's xml strings .
Why this ? What can I do ?
waiting for your answer