I have build a custom flash player which is embeded in web page using html and javascript extjs framework in the background.
The player is embeded into extjs draggable window into the web page. I know that I can send/recieve variables and trigger events from/to flash player and javascript in the web page.
When I drag the window with the player in it if i drag it fast, cursor goes over the player and the dragging stops. This is because dragging event from javascript stops at the moment when I hover over the flash canvas.
So my question is, is there a way to prevent this from happening? Is there a way to tell js to continue dragging the window even if the mouse is over the flash canvas?
thanks