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