New version of amMap v 2.5.1 was just released. [Download]
New Feature
Two new JavaScript functions:
flashmovie.getCenterCoords() – requests center coordinates of the
current viewstate.
flashmovie.getCurrentBounds() – requests coordinate bounds of the
current viewstate.
When these functionsa re called map uses following callback functions
to return data:
function amSetCenterCoords (map_id, lng, lat, zoom)
function amSetCurrentBounds (map_id, sw_lng, sw_lat, ne_lng, ne_lat)
Bug fixed
Textbox was appearing when rolled over objects even if it was
not enabled.