Thursday, May 24, 2007

Flash player attachMovie bug!

Found a huge bug with attachMovie today. I accidentally called attachMovie using a very long id, and that causes mc.hitTest call to fail when it should succeed. It seems like globalToLocal call failed as well. I am not sure what else fails as a result of the overly long id, but it seems like the id has caused a buffer overflow problem or some sort.