I ended up just listening for the MOUSE_DOWN and inferring my own click. If you have to, you can catch the CLICK or MOUSE_DOWN and either:
Create a timer, and have that TIMER event perform the click activity (make sure you null-out the persistent timer reference variable) or See that the timer exists, kill it, and perform the DOUBLE_CLICK activity. Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
