I am building a flash app where the google map is a drop target for Geo Spatial objects. I.e. When you drop a building with an address on the map, it processes the object, and eventually draws a marker on the map.
The problem I have is that it doesn't detect the drop using map.addEventListener() when the network is disconnect and the map box just displays the "Initialization failed: please check the API key, swf location, version and network availability." message. Even though this is a rare case and in a disconnected state I can't draw the marker on the map, I'd still like to catch the drop so I can do some other processing. The Map still shows a large width and a height even though it is only showing the disconnected message. So I'm not sure why its not catching the mouse drops. Any Thoughts? Thanks, Jeff -- 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.
