<?xml version="1.0" encoding="UTF-8"?>
<!-- map file should be located in path (set in html) folder                                                                                             -->
<!-- tl_long is longitute of top left corner, the default values is -180, tl_lat  is latitude  of top left corner, the default values is 90              -->
<!-- br_long is longitute of top left corner, the default values is 180, br_lat  is latitude  of top left corner, the default values is -90              -->
<!-- you should only set longitudes and latitudes if you want to calibrate your map and you know these values. Otherwise you can delete these attributes -->
<!-- you can set default zoom level, zoom_x and zoom_y. To find out the numbers, you should turn developer mode on (in settings file), zoom map to required position, copy zoom info to clipboard (using right click menu) and paste it here -->

<map map_file="bali.swf" tl_long="-168.49" tl_lat="83.63" br_long="190.3" br_lat="-55.58" zoom_x="0%" zoom_y="0%" zoom="100%">
  <!--areas are movie clips inside map file. areas can have child objects:movies, labels & lines -->
  <!-- check online help for all possible area's attributes -->
  <areas>
       <area title="BADUNG" mc_name="BD"></area>
      <area title="DENPASAR" mc_name="DR"></area>
      <area title="GIANYAR" mc_name="GR"></area>
	  <area title="SEMAREPURA" mc_name="SP"></area>
	  <area title="AMLAPURA" mc_name="AP"></area>
	  <area title="SINGARAJA" mc_name="SR"></area>
	  <area title="NEGARA" mc_name="NG"></area>
	  <area title="TABANAN" mc_name="TB"></area>
	  <area title="BANGLI" mc_name="BL"></area>
      <area title="borders" mc_name="borders" color="#FFFFFF" balloon="false"></area>
  </areas>
 <!-- movies are movie clips loaded on top of a map. Movies can have child objects:movies, labels & lines -->
 <!-- movies can be bounded to a map or to a stage. To bound to a map you should indicate longitude (long) and latitude (lat). To bound to the stage you should indicate x and y (in pixels or percents) -->
 <!-- there are several build in movies, which you don't need to load. To use them, use one of the following names for "file" attribute: rectangle, border, circle, target -->
 <!-- check online help for all possible area's attributes -->
  <movies>
    <!-- the following movie is bounded to a map (is moving together with a map when map is dragged or moved). However the size is not changing, as "fixed_size" is set to "true". If you set it to false (or just delete it), the target will be resized together with the map. -->
    <movie lat="-0.333" long="41.583" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Denpasar city"></movie>
	<movie lat="15.509" long="93.446" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Gianyar Regency"></movie>
	<movie lat="24.516" long="124.797" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Smarapura Regency"></movie>
	<movie lat="24.516" long="124.797" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Amlapura Regency"></movie>
	<movie lat="55" long="81.25" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Bangli Regency"></movie>
	<movie lat="77.123" long="-19.422" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Singaraja Regency"></movie>
	<movie lat="71.951" long="-110.297" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Negara Regency"></movie>
	<movie lat="45.75" long="-22.063" file="target" width="10" height="10" color="#CC0000" fixed_size="true" title="Tabanan Regency"></movie>
    <!-- the following movie is loaded. You can load swf, jpg, gif, png files. You can find a lot of icons in swf format in ammap/icons folder. This movie is bounded to a stage, and is not moved or resized together with the map -->

  </movies>

  <labels>
    <!-- labels are texts placed on top of a map. Labels can have child objects:movies, labels & lines -->
    <!-- labels can be bounded to a map or to a stage. To bound to a map you should indicate longitude (long) and latitude (lat). To bound to the stage you should indicate x and y (in pixels or percents) -->
    <label x="0" y="10" width="100%" align="center" text_size="12" color="#9F62A8">
      <text><![CDATA[<b>BALI MAP DISTINATIONS]]></text>
      <description><![CDATA[]]></description>
    </label>
  </labels>
  <!-- movies can be bounded to a map or to a stage. lines can't have child objects. -->

</map>

