We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb90de1 commit 464b387Copy full SHA for 464b387
FlashViewer-HTML5 Video/flashViewer.user.js
@@ -1642,7 +1642,9 @@
1642
video.fvPopVideo = true;// 标记弹出中。
1643
this.zoomLevel = 1;
1644
video.addEventListener("wheel", this.scale.bind(this));
1645
- video.addEventListener("mousedown", this.videoMouseDown.bind(this), true);
+ if (vNodeName === "VIDEO") {
1646
+ video.addEventListener("mousedown", this.videoMouseDown.bind(this), true);
1647
+ }
1648
1649
// 很多网站加载flash为了兼容现代浏览器和ie,经常使用 object classid嵌套object或者embed的格式
1650
var vPEIsObject;
0 commit comments