Hi,
So I’m working on a problem where I would like to stop a drag if the mouse button is released outside of the player window.
In theory I should be able to use mouse_leave and mouse_up events, however these seem to be broken on Firefox and IE and dont fire at all outside of the browser. (Seems to work fine on Chrome and Macs…)
Anyway abandoning this approach I am trying to have a layer which sits on top of everything the size of the player and then detect roll_out on this.
However I need a way to pass on all other mouse events to objects below it. Is this possible?
Thanks