Spain Map Locator 1.0. Adjustment

All adjustments are made in XML a file. It can be opened in any text editor, for example Windows Notepad, or in any program for job with web for example Macromedia Dreamveawer.

For each area it is possible to define the name, color, color at prompting the mouse, link URL and the description (if it is necessary).

<state>
  <id>2</id>
  <name>Idaho</name>
  <link></link>
  <comment></comment>
  <color_map>0x7798BA</color_map>
  <color_map_over>0x366CA3</color_map_over>
</state>

<name>Idaho</name> Here the name of area which appears at prompting the mouse is defined.
<link>http://www.fla-shop.com</link> Here the link on which transition after click on area is carried out is defined. A kind of the link - http://www.yourdomen.com or http://www.yourdomen.com/page.html Or it is possible to define JavaScript.
<comment>This is description</comment> The text for a pop-up window at prompting the mouse on area. To transfer a line, use a code &lt;BR&gt;
<color_map>0x7798BA</color_map> Color of area in format RGB. For example dark blue - 0x0000FF. Use color picker.
<color_map_over>0x366CA3</color_map_over> Color at prompting the mouse.

Color Picker