Hi Filipe-

Are you using the Map or Map3d class?

I believe when using the Map class, the infowindows should always be
placed in a higher pane. When using the Map3d class, you need to
specifically request that. See the useSeparatePane option:
http://code.google.com/apis/maps/documentation/flash/reference.html#Marker.openInfoWindow

- pamela

On Tue, Aug 25, 2009 at 3:34 AM, Filipe Cruz<[email protected]> wrote:
>
> Hello!
>
> I'm currently developing an applet using google maps.
>
> I'm reading info from a xml filme that contains lat, long and a string
> to the infoWindow.
>
> I'm in a loop doing this:
>
> read xml
> delete old markers
> draw new markers
>
> I'm doing this in order to prevent the removal of markers from the xml
> file and to avoid the multiplication of markers.
>
> But I have a problem: if I have an infoWindow opened, the new markers
> will be drawn over the infoWindow. If I close it and open it again,
> the markers are still over the infoWindow.
>
> What should I do in order to prevent this? (so that the infowindow is
> always on top)
>
> I'll be waiting for an answer!!
>
> Regards!
>
> Filipe Cruz - Portugal
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to