I have this piece of code.

 

<mx:Canvas width="500" height="200" mouseOver="{trace('over')}"
mouseOut="{trace('out')}" backgroundColor="0x342453">

      

      <mx:Canvas width="200" height="100" x="50" y="50"
backgroundColor="0x213424">

            

      </mx:Canvas>

</mx:Canvas>

 

 

When I mouseOver second canvas, first canvas detect a mouseOut event. How
can I prevent this?

 

Giro.

Reply via email to