Just wondering if there is a trick to getting the scroll wheel zoom working? Everything has been working out great with regards to the API for me, but the scroll wheel zoom has never worked. Inside my MapReady function, I have the following:
map.addControl( new PositionControl() ); map.addControl( new MapTypeControl() ); map.addControl( new ZoomControl() ); map.enableScrollWheelZoom(); map.enableContinuousZoom(); map.enableControlByKeyboard(); map.setDoubleClickMode(2); Anybody have any ideas why the scroll wheel won't zoom? I've verified it doesn't work in the IDE, Safari and Firefox. Thanks, CJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
