====== Data structure ======
There are four types of objects: areas, movies, labels and lines.
**Areas** are movie clips which are already in map file. In world map areas would be the same as countries, if we take some country map, areas would be regions. Areas can contain all other objects, except other areas.
**Movies** are swf, jpg, gif or png files which are loaded on top of the map. Movies can contain other movies, lines or labels.
**Labels** are texts which are positioned on top of the map. Labels can contain other labels, movies or lines.
**Lines** are drawn on top of the map. Lines can not contain other objects.
===== One level data example =====
All the objects in the following example below are on top level - they all are visible right after the map is initialized.
===== Two levels data example =====
In this example objects reside in two levels. There is one area in top level, and it contains a movie clip. This means that this movie clip will be visible only after your site visitors will click on "US" area.
There can be any number of levels in your structure.