Navigation
Records in this category
- How to install a "Zoom World Map" on a web page?
- How to change the size of the map?
- I tried to add a link to a country in the map, but it is not working. Why?
- Can I use a transparent background, a solid background or other background image to the map?
- I inserted the HTML code for the map, but the flash map is not appearing on the page. Why?
- Can I add a point on this map?
- Can I have a single license and use the map multiple times on my website?
- How to quickly replace all the colors for each country?
- How to pass real time data into the flash map through a dynamic xml file instead of the default xml file so that the data the map shows is updated constantly every time a page is viewed or refreshed?
Tags
World Maps » Zoom World Map
I inserted the HTML code for the map, but the flash map is not appearing on the page. Why?
This issue may occur if
the path of or the locator_map.swf
file is incorrect.
Please
verify that the file path. If the file is placed in a different folder, please make
sure to update the URL path in HTML code. Also note that the locator_map.xml should also placed along
with the locator_map.swf in the same
folder.
e.g. The below given HTML code states that the locator_map.swf file is located in the folder named ‘New_Folder’.
<script type="text/javascript" src="/New_Folder/swfobject.js"></script>
<script type="text/javascript">
var params = {
wmode: "transparent"
};
swfobject.embedSWF("/New_Folder/locator_map.swf", "Map", "600", "300", "9.0.0", "", "", params);
</script>
<div id="Map"> </div>
Please Note: When a map is purchased, the license is provided only for the domain you requested. So, the map is configured to work on your localhost and only for the domain you have requested. Please ensure that you have installed the map on the correct domain.
Tags: -
Related entries:
- How to install a "Zoom World Map" on a web page?
- How to change the size of the map?
- I tried to add a link to a country in the map, but it is not working. Why?
- Can I use a transparent background, a solid background or other background image to the map?
- Can I have a single license and use the map multiple times on my website?
Last update: 2011-09-10 19:37
Author: Fla-shop Team
Revision: 1.2
You cannot comment on this entry