protected function RefreshLayer_clickHandler(event:MouseEvent):void
{
/* protected function RefreshLayer_clickHandler(event:MouseEvent):void
{*/
map.removeLayer(featLayer)
map.addLayer(featLayer);
it's a not preatty good way, couse after remove layer/add Layser I can not see the update attribute inform, which I see after using F5. maybe other IDEAS