How to stop Mouse Out event on Flex Canvas firing for child elements

前端 未结 3 1983
难免孤独
难免孤独 2021-01-19 13:16

I am using a Canvas itemRenderer for a container I use to display images. See pseudo code below.

image = new Image();
image.source = data.@thumb;
this.addChi         


        
3条回答
  •  粉色の甜心
    2021-01-19 13:34

    I agree with Josh that the ROLL_OVER events seem more appropriate to what you're doing. However, you should be aware of the mouseChildren property of flash.display.DisplayObjectContainer (an ancestor of UIComponent).

提交回复
热议问题