> Now, how can I get at the AnimationControl.prototype.play/stop code? It can't be anything more than a setInterval that sets the src attribute of an IMG tag. That's all the page appears to be doing.
It's not a tile layer overlay, just a single PNG. Do you have Fiddler2? Go get it and load the page with Fiddler2 as your proxy server, and you can watch the images being loaded. In fact, you can select the ImageView in Fiddler's detail panel and then click in the sessions panel and cursor up and down through the images, and see the animation right there in Fiddler. -Mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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?hl=en -~----------~----~----~----~------~----~------~--~---
