开发者

Mouse listener while over an object (like a swf)?

开发者 https://www.devze.com 2023-03-07 18:28 出处:网络
I noticed that the mouse event I set up for firefox with javasc开发者_运维技巧ript (document.onmousemove=move;) works fine whenever the mouse is not over an object such as a swf file

I noticed that the mouse event I set up for firefox with javasc开发者_运维技巧ript (document.onmousemove=move;) works fine whenever the mouse is not over an object such as a swf file

How can I get it so that it will work always, or even for the swf exclusively?


I don't think events from a Flash object will bubble up to the DOM because they are in different contexts.

0

精彩评论

暂无评论...
验证码 换一张
取 消