Features
- Suitable for Real-Estate, Dealer Maps, Branch Offices Locators
- Color, URL linking, captions and more. And you can do all these by yourself
- Intuitive Flash Map Interface
- Customizable Hotspots and Tooltips
- Ease of Use
- Customizations via an XML file, no Flash source modifications required
Any settings can be done using external XML file, it allows integrating flash map into any application and dinamically modify information on map easy and fast
- Compatible with virtually all scripting languages (ASP, PHP, ColdFusion, Perl, etc.)
Use any language you like to create XML Source and pass it to a Flash object, or simply use an XML file from your server
- Small file size, 90 kB
|
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 state 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 state which appears at prompting the mouse is defined. |
<link>http://www.fla-shop.com</link> |
Here the link on which transition after click on state 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 state.
To transfer a line, use a code <BR>
Look an example for state Washington.
|
<color_map>0x7798BA</color_map> |
Color of state in format RGB. For example dark blue - 0x0000FF. Use color picker. |
<color_map_over>0x366CA3</color_map_over> |
Color at prompting the mouse. |
|