I have a class extending InfoWindowOptions. In the constructor I'm replacing the default content with a movieclip assigned to customContent. All of the content is in that movieclip, allowing me to easily fade in the infowindow with TweenLite.
But how do I fade out? Markers call closeInfoWindow() to get rid of an infowindow. I'm assuming there's probably some GC someplace by the API when that's called. How can I fade out the infowindow but also make sure the API does everything needed to keep things cleaned up? -- 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.
