Navigation
Records in this category
- What are the requirements to install and use Locator Maps?
- How do I install "USA Map Locator 3.0" on a webpage?
- Is it possible to install "USA Map Locator 3.0" to WordPress (Joomla, Drupal, other CMS) website?
- How to change the background color of the Locator Map?
- How to make the background of the map transparent?
- How to set an image as a background for the map?
- How to change the actual size of the map on a webpage?
- What is the difference between Locator Map 3.0 and 4.0?
- How to open some URL when a user clicks on the map?
- How can I change the color of specific states?
Tags
Locator Maps » Version 3.0
How do I install "USA Map Locator 3.0" on a webpage?
Follow these steps to install the map to your webpage.
1. Extract the contents of the purchased zip file to your local computer using any compressed file extraction application (e.g. WinZip, 7Zip, WinRar, etc.)
2. Upload the following files to the server, without changing their file names:
a. usa_locator.xml (this is the customized configuration file)
b. usa_locator.swf (the engine file for the map)
3. Now you need to insert the HTML code to your page where you want your map to be. To do this, paste the HTML code to your web page where you wish the map to be rendered.
HTML code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="530" HEIGHT="410" id="usa_locator" ALIGN=""> <PARAM NAME=movie VALUE="usa_locator.swf"> <PARAM NAME=FlashVars VALUE="xmlfile1=usa_locator.xml"> <PARAM NAME=quality VALUE=high> <param name="wmode" value="transparent"> <PARAM NAME=bgcolor VALUE=#F5F5F5> <EMBED src="usa_locator.swf?xmlfile1=usa_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="530" HEIGHT="410" NAME="usa_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
Note: the code above assumes that you uploaded map's files to the same folder where the HTML page that will display the map is. If the files are stored in some other folder, you need to adjust the paths accordingly.
For instance:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="530" HEIGHT="410" id="usa_locator" ALIGN=""> <PARAM NAME=movie VALUE="/folder/usa_locator.swf"> <PARAM NAME=FlashVars VALUE="xmlfile1=/folder/usa_locator.xml"> <PARAM NAME=quality VALUE=high> <param name="wmode" value="transparent"> <PARAM NAME=bgcolor VALUE=#F5F5F5> <EMBED src="/folder/usa_locator.swf?xmlfile1=/folder/usa_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="530" HEIGHT="410" NAME="usa_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
Tags: -
Related entries:
- What are the requirements to install and use Locator Maps?
- Is it possible to install "USA Map Locator 3.0" to WordPress (Joomla, Drupal, other CMS) website?
- How to change the actual size of the map on a webpage?
Last update: 2011-04-05 07:59
Author: Fla-shop Team
Revision: 1.6
You cannot comment on this entry