
playing mode
I am new at posting videos for commercial use and I have the following question: how can one get a video to play on mouse hover instead mouse click? Thank you.
I am new at posting videos for commercial use and I have the following question: how can one get a video to play on mouse hover instead mouse click? Thank you.
Hi there,
I have an demo page showing how to un-mute the player when hovering over it. You should be able to do what you are looking to do by replacing the .setMute(false) and .setMute(true) methods with .play(false) and .play(true), respectively.
Demo Page: http://qa.jwplayer.com/~abussey/demos/general/unmute-on-hover.html
Thank you.