<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.ammap.com/docs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.ammap.com/docs/feed.php">
        <title>amMap documentation</title>
        <description></description>
        <link>http://www.ammap.com/docs/</link>
        <image rdf:resource="http://www.ammap.com/docs/lib/images/favicon.ico" />
       <dc:date>2010-07-22T09:10:53-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/lines?rev=1279717672&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/labels?rev=1279717609&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/bundle/javascript/function_list?rev=1268900074&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/home?rev=1268898049&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/bundle/javascript/basics?rev=1268897936&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/areas?rev=1264686246&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/movies?rev=1264686154&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/how_to/create_custom_maps?rev=1256109749&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.ammap.com/docs/lib/images/favicon.ico">
        <title>amMap documentation</title>
        <link>http://www.ammap.com/docs/</link>
        <url>http://www.ammap.com/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/lines?rev=1279717672&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-21T08:07:52-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:lines</title>
        <link>http://www.ammap.com/docs/v.2/data/lines?rev=1279717672&amp;do=diff</link>
        <description>Lines are drawn on top of the map. Lines can not contain other objects.

Lines should be placed in &lt;lines&gt; node:

&lt;code xml&gt;
&lt;lines&gt; 
&lt;line x=&quot;0%,45%,100%&quot; y=&quot;0%,45%,100%&quot; width=&quot;2&quot; color=&quot;#FF0000&quot; curved=&quot;true&quot;&gt;&lt;/line&gt;
&lt;line lat=&quot;42.657,-7.5845&quot; long=&quot;-24.8555,-84.9695&quot; arrow=&quot;both&quot; width=&quot;1&quot; alpha=&quot;50&quot;&gt;&lt;/line&gt;
&lt;/lines&gt;</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/labels?rev=1279717609&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-21T08:06:49-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:labels</title>
        <link>http://www.ammap.com/docs/v.2/data/labels?rev=1279717609&amp;do=diff</link>
        <description>Labels are texts which are positioned on top of the map. Labels can contain other labels, movies or lines.

Labels should be placed in &lt;labels&gt; node:

&lt;code xml&gt;
&lt;labels&gt;
&lt;label x=&quot;0&quot; y=&quot;25&quot; width=&quot;100%&quot; color=&quot;#FF0000&quot; text_size=&quot;15&quot;&gt;
  &lt;text&gt;&lt;![CDATA[&lt;b&gt;This is clickable label &lt;/b&gt;]]&gt;&lt;/text&gt;
  &lt;description&gt;&lt;![CDATA[&lt;b&gt;Some html formatted description can be placed here&lt;/b&gt;]]&gt;&lt;/description&gt;
&lt;/label&gt;&lt;label lat=&quot;51.5002&quot; long=&quot;-0.1262&quot; color=&quot;#FF0000&quot; text_size=&quot;10&quot;&gt;
  &lt;text&gt;&lt;![CDATA[London]]&gt;&lt;/te…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/bundle/javascript/function_list?rev=1268900074&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-18T03:14:34-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:bundle:javascript:function_list - created</title>
        <link>http://www.ammap.com/docs/v.2/bundle/javascript/function_list?rev=1268900074&amp;do=diff</link>
        <description>Functions that control the map

flashMovie.setData(data)

This function can be used for setting the maps's data on the fly. Data must be in XML form. Just like in data files.

----------


flashMovie.setSettings(settings)

This function can be used to set multiple (or a single) setting at a runtime. The settings must be passed in XML form, using the same names as in settings file. The settings string must not contain line breaks, double quotes must be replaced with single quotes. For example:</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/home?rev=1268898049&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-18T02:40:49-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>home</title>
        <link>http://www.ammap.com/docs/home?rev=1268898049&amp;do=diff</link>
        <description>*  Getting started
	*  Adding map to a page
	*  Multiple maps on one page
	*  Developer mode

	*  The basics
	*  Data structure
	*  Areas (countries, regions)
	*  Movies (cities, icons, images)
	*  Labels (text)
	*  Lines

	*  Basics
	*  Function list</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/bundle/javascript/basics?rev=1268897936&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-18T02:38:56-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:bundle:javascript:basics - created</title>
        <link>http://www.ammap.com/docs/v.2/bundle/javascript/basics?rev=1268897936&amp;do=diff</link>
        <description>You can use JavaScript commands to control the map. This allows you to create a way for your viewers to manipulate the map from the web page, as well as to retrieve some information from the map, so you can synchronize another element of the page with the map.</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/areas?rev=1264686246&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-28T07:44:06-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:areas</title>
        <link>http://www.ammap.com/docs/v.2/data/areas?rev=1264686246&amp;do=diff</link>
        <description>Areas are movie clips which are already in map file. You can also call areas as &quot;countries&quot; or &quot;regions&quot;. Areas can contain movies, labels and lines. Areas should be placed in &lt;areas&gt; node:

In the example above two areas (countries) are described. The first area, &quot;UK&quot; has a description, this means the text box with this description will be displayed when user clicks on this area. The second area, &quot;US&quot; doesn't have description, but it has zoom_x, zoom_y and zoom attributes set. This means that t…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/movies?rev=1264686154&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-28T07:42:34-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:movies</title>
        <link>http://www.ammap.com/docs/v.2/data/movies?rev=1264686154&amp;do=diff</link>
        <description>Movies are swf, jpg, gif or png files which are loaded on top of the map. Movies can contain other movies, lines or labels. 

There are several embedded movies, which you don't need to load: rectangle, circle, border, target, home. 

In the ammap/icons folder of the ammap package you can find a lot of swf files which can be loaded and used for different purposes. If you want to how a lot of cities on top of the map, it is recommended to use build-in movies, such as circle or target, as the map w…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/how_to/create_custom_maps?rev=1256109749&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-21T02:22:29-05:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:how_to:create_custom_maps</title>
        <link>http://www.ammap.com/docs/v.2/how_to/create_custom_maps?rev=1256109749&amp;do=diff</link>
        <description>This tutorial teaches you how to create a custom map using standards which are used for amMap country maps.

You can use this FLA sample map of Lithuania as a tutorial.

Quick recommendations for experienced users:


1) place country/areas borders in a separate layer, named borders; 

2) give instance name &quot;borders&quot; for borders movie clip; 

3) use 0.25 width solid white line for borders; 

4) Use original country / area name for movie clip name; 

5) Use lower cased names for movie clip instanc…</description>
    </item>
</rdf:RDF>
