I guess I am the second person having this question. In my case I am working in a ActionScript-only project, so i have no access to a FocusManager, but i found the Stage.focus property or map.grabFocus() method makes it very easy to set the focus to the map, so it seems.
Still the user needs to click the map once before the scroll wheel & keyboard become active. As the user clicks the stage.focus changes from the map object to the unnamed WrappableComponent object Jaques mentioned. So, the feature request here would be to make the focus work without the user having to click at least once, or to provide this mysterious WrappableComponent with a name so we can access it, not sure what would be the best way to formulate but in my case no FocusManager I also tried setting focus to map.wrapper or even WrappableSprite (map.getChildAt(0)) but to no avail. Maybe i am overlooking something, but come to think of it all the demo's and examples i have seen show this same behavior, the map needs to be clicked at least once before it becomes responsive.... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
