2.5.5 * FEATURE: "link_with" attribute now works with lines also. * FEATURE: "active" attribute for . Set it to "false" and it will not take hover focus from the underlying objects. * BUG FIX: clicking on a movie contained within area caused that area's color to be reset to default one. * BUG FIX: fixed bug in negative area value handling. * BUG FIX: settings was being ignored. * BUG FIX: fixed bug in hover colors on areas linked with a movie. * BUG FIX: undefined areas now don't display hand cursor when rolled over. * BUG FIX: lines now don't display hand cursor unless they're clickable. * NEW MAPS: Bhutan, Dominican Republic, Laos, Nepal, Pakistan, Singapore, Thailand, Vietnam * UPDATED MAPS: India (map), Japan (map and data) * SAMPLE: added "wrold_with_antarctica" sample/data file 2.5.4 * FEATURE: new attribute: active [true] (true/false) If set to "false" the movie will be invisible to mouse events (hover, click, etc.) even if behavior associated with it is set - the mouse will rather interact with underlying map. This feature will allow you to create map overlays that do not interfear with the map functionality. * FEATURE: you can now instruct amMap to preserve the original color of the area like it is set in the map SWF. Set to "true" if you want to preserve color of all the areas. To preserve the color for individual areas you can set "preserve_color" attribute in the tag in your data. * FEATURE: lines can now display rollover balloon. Additional parameters for data tag: - balloon [true] (true/flase): whether to display balloon on rollover or not. - title [text] (): line title Additional related settings: - [] ({title}): You can set any text here. Special code {title} will be replaced with whatever there is in 's "title" attribute. * FEATURE: new setting : [false] (true/false) [false] (true/false)