Greetings from Boise!

Putting together yet another map.

Here's the code that's giving me problems:

mapA.addEventListener(MapEvent.FLY_TO_DONE, abs117Info);
  function abs117Info(event:MapEvent):void {
      mapA.openInfoWindow(new LatLng(43.836070, -111.780473),
mapAInfoWindowOptions);
  }
break;

It's in a Switch Statement, obviously, and I have imported
com.google.Maps.MapEvent .

The flyTo works perfectly but the event simply never fires and the
InfoWindow never opens. Here's the Output:

TypeError: Error #1006: value is not a function.
        at MethodInfo-533()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at com.google.maps.wrappers::BaseEventDispatcher/dispatchEvent()
        at com.google.maps.wrappers::EventDispatcherWrapper/dispatchEvent()
        at com.google.maps.core::MapImpl/enterFrame()

Not sure I know how to interpret the output. Any thoughts? Many
thanks!

Leo

--

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.


Reply via email to