Pam, it's completely custom. I am passing an MXML component to the customContent attribute. In reality the code is not that complex and I would be happy to share it.
You can see the development version here: http://iacc.sanative.net Thanks for the comments Arothian! I have been passing in the width and height but the client is now complaining about extra space for some infoWindows and scrollbars in others. So, here I am hacking at this again. What I am attempting to do now is listen for the opening of the infoWindow then access the infoWindow's properties to adjust the dimensions. I think I have it narrowed down a bit to MapEvent.feature.wrapper, which is of type com.google.maps.window.InfoWindow. Unfortunately there are no properties of the InfoWindow class exposed that allow me to manipulate the size of the infoWindow. Shame, seems like critical functionality to be able to resize at runtime. It's also a shame that components like these are closed-source and wholly undocumented, leaving developers to spend hours hacking around for solutions. The hope is that after the window is open I can measure the content in the customContent component and resize the infoWindow accordingly. Big fail so far. Any help at this point would be highly celebrated ;) Thanks TJ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
