John Mathew Report post Posted September 9, 2008 (edited) i am working on an application in which we need to display quick overview of world map with few details: i am looking for some thing like this http://www.fusioncharts.com/maps/Demos/FlashExample/Index.html i have a table on the map page in which i have to display values like its being displayed for service,manufacturing etc in above link.As FC_Event takes objParams and while going through documentation..i found that objParams have parameters as entity id lname,sname, and value. I have following queries: 1.can we have parameters according to our requirements apart from the 4 already defined? 2.if yes, what needs to be done for that.i tried modifying the xml to have more attributes corresponding to enity id as shown below: <entity id="09" value="" cid="214" /> <entity id="10" value="" cid="222" /> <entity id="11" value="" cid="308" /> now when i try to use "objParams.cid" it gives me undefined that shows that these parameters have been defined internally somewhere. is it possible to define our own parameters and provide there values in XML to feed the map? Edited September 10, 2008 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted September 12, 2008 John, I'm afraid you cannot define your own properties, as FusionMaps only looks for the specified attributes. However, if you're loading the map in your Flash movie, you can define properties by id in your code and then catch the hover events raised by FusionMaps and show required information. Share this post Link to post Share on other sites