Try this instead:
marker.addEventListener(MapMouseEvent.CLICK,
function(event:MapMouseEvent)
{event.currentTarget.openInfoWindow(infowindow);});
Not sure that marker will be defined in your event handler, but doing
it this way should fix that. You might have to define the infowindow
in there as well, but try this for a start.
Michael
On May 3, 8:06 am, Andi <[email protected]> wrote:
> Still need this, nobody can help me ?
--
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.