Flashblock become "unblockable" on HTML5 player
Hello,
I've faced with the problem that if user have a flashblock extension installed (firefox exstension) then our video become blocked. For the flash player there is no problem - user can click on it and it playable again, but if HTML5 player are used (we use it as default with flash player fallback) then flashblock replaces video tag with itself and as video tag was unaccesible through mouse clicks - it can't be unblocked.
I suggest next css to solve this problem, can it be added into player?
.jwvideo > *:not(video){
position:absolute;
z-index:2;
}