In Chrome for OSX the event is fired, in Chrome Win8 it is not. Is there a way to get this click? Actually for Chrome Win8 I don't get ANY click or onmousedown events. Even when I set:
document.onmousedown=function(){...}
if the mousedown is performed over the webplayer, no event fires. I would like a javascript user initiated event to fire when a user clicks on the webplayer. Is there a way to do this?