Hi Shabith- Do you mean you want to change your zoom slider when the user zooms? You can listen to map zoom events, use getZoom(), and respond accordingly: http://code.google.com/apis/maps/documentation/flash/reference.html#MapZoomEvent.ZOOM_CHANGED
- pamela On Wed, May 6, 2009 at 2:59 AM, Shabith Ishan <[email protected]> wrote: > Hi, > > I have a custom zoom slider in my application with the mouse scroll wheel > zoom function which i have implemented with enableScrollWheelZoom() > function. > I need to set the zoom level if someone zoom the map using scroll wheel. Is > it possible to do something like that? > > Thanks, > > Shabith > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
