Hi, I am new to the world of Flex 3/AS3. What I am doing is streaming jpeg images though an image loader and mx:Image.
These images are coming from a camera so as it streams it looks like a video. The problem I am having is that when the cursor moves over the image it flickers. I assume that this is caused by the mouseOver and/or mouseOut events. My question is: Is there a way to disable the mouse events when the cursor is moved over the streaming image area? Thanks

