JacobZ <[EMAIL PROTECTED]> wrote:
> I've not looked at any other sources except the ones in 1.7.12 . so i don't
> know if this will work for the HEAD..
> Any other ways to do this, please lemme know.  Flash animations in the
> browser window still don't get the mouse events.
<snip>

The Flash plugin doesn't use the DOM, so it won't see DOM events.  You
probably have to find the plugin's native window and use the native
window messaging system for this.  I would guess there's some way in the
plugin system to find the native window, but this is not something I've
ever tried.

Ben.

-- 
Ben Hutchings
Life is like a sewer:
what you get out of it depends on what you put into it.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to