Rawayan Report post Posted August 14, 2012 (edited) Can I update swf url with javascript? var map = new FusionMaps("jakarta.swf", "submapid", "100%", "330", "0", "1"); map.setDataURL(""); map.render("mapsub"); map.setTransparent(true); I try with this code but i know is not function. var changeMap = getMapFromId("mapsubid"); changeMap.swf('bandung.swf'); Need Help. Thanks before... sorry for my bad english Edited August 14, 2012 by Rawayan Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 14, 2012 Hi, Welcome to the FusionCharts Forum Thank you for the post. I am afraid, you will not be able to update the SWF for an existing chart. You will have to create and re-render the chart again. However, FusionCharts JavaScript classes offer a number of functions for providing data to chart and updating chart data. For more details on 'Providing and updating chart data', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html Hope this helps! Share this post Link to post Share on other sites