amMap has a setting, which, if set to "true", allows zooming the map with mouse wheel. However in some cases this is not working with some browsers. A solution would be to use JavaScript functions flashMovie.zoomIn() and flashMovie.zoomOut() - you can register events of mouse wheel with JavaScript and call these functions. Here is the sample code: