Thanks Brian,
that would have been great, but there doesn't seem to be any
hideInfoWindow() method:
1poi4.addEventListener(MouseEvent.ROLL_OUT,onLeavePoi);
2
3private function onLeavePoi(event:MouseEvent):void{
4 var thepoi: Poi = Poi(event.target);
5 thepoi.hideInfoWindow();
6}
The user surely doesn't want to close the InfoWindow manually every time he happens to mouse-over a marker.
Tommy