Recently I was working on a project that I was using MouseEvent.DOUBLE_CLICK and the darn thing wasn’t firing no matter how many times that I’ve clicked on it. After awhile I remember that most Flex component actually have a doubleClickEnable property . Guess what was the result of the trace when I did 1 trace(image.doubleClickEnabled) [...]