Solved the problem thank you so much for helping var itemC:int = 0;
for each(var a:Object in gridData) { if(a.grid == itemToRemove) { gridData.removeItemAt(itemC); } itemC ++; } -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api-for-flash/-/EzL3FDhgptsJ. To post to this group, send email to google-maps-api-for-flash@googlegroups.com. To unsubscribe from this group, send email to google-maps-api-for-flash+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.