|
Post by JLS_RBL on Jun 11, 2015 11:29:48 GMT
I have disabled the menu and hidden the controls on an inserted video object, however when it is viewed on the animation the user can still click the mouse on the object to pause the video. Is there a way to disable this, or force the video to continue playing regardless of mouse clicks?
|
|
|
Post by Hippani on Jun 11, 2015 13:43:56 GMT
We can look into it, but I'm not sure that's possible. You could always place something invisible over it, like a transparent image or a hot spot that doesn't do anything.
|
|
|
Post by runes on Jun 12, 2015 13:07:23 GMT
I believe you're forcing videoplayer to z-index 1 so it's always on top of everything else, so that won't work. Or have you changed that?
|
|
|
Post by jax on Jun 12, 2015 22:53:32 GMT
This may not be an ideal solution but if you know where in your main page the iframe is going... you could always throw in the invisible image at 1 Z-Index onto your page and force the iframe/div holding the iframe to go back a layer from this point aka 2, 10 whatever you want. Then just make sure the invisible overlay image is displaying absolute.
Might get you out of trouble.. not 100% on that as I've never really tried to cover over an iframe but in theory it should work.
|
|
|
Post by Hippani on Jun 15, 2015 9:02:25 GMT
I think video doesn't have to be on top anymore. Just be aware that it will play on top on mobile devices and in the player.
|
|