Hello Sergey,

    Did you figure this out? I am having the same problem, at least 
in my situation, the swf has it's own actionscript so the events are 
not bubbling up to my flex app. 

thanks
Ralph

--- In [email protected], "Sergey Kovalyov" 
<[EMAIL PROTECTED]> wrote:
>
> Hi All!
> 
> I have Canvas instance and SWFLoader inside it. Listener 
onMyCanvasMouseMove()
> is added to this Canvas. It just trace myCanvas.mouseX and
> myCanvas.mouseYactually. Loaded
> test.swf (AVM1 movie) contains some MovieClip instances with 
rollOver
> handlers assigned. The problem is that if mouse is moving over those
> instances, onMyCanvasMouseMove() is not called. In Flex terminology 
it seems
> that Flash mouse listeners call kind of event.stopPropagadion()
> automatically.
> 
> <mx:Canvas id="myCanvas" width="100%" height="100%"
> mouseMove="onMyCanvasMouseMove()">
> 
> <mx:SWFLoader source="test.swf" />
> 
> </mx:Canvas>
> 
> I just need to catch all mouse moves over the canvas indepedently 
on AVM1
> movies loaded into it. Is it possible?
> 
> Thank you in advance!
> Sergey.
>


Reply via email to