Just implemented buttons to turn the volume up and down in the player. Eventually, the controls for the video will be turned off to prevent users from skipping around in the video.
It would be nice to present the volume control as a slider instead of buttons. This probably wouldn't be too difficult using the "player.setVolume(number)" function.
Just implemented buttons to turn the volume up and down in the player. Eventually, the controls for the video will be turned off to prevent users from skipping around in the video.
It would be nice to present the volume control as a slider instead of buttons. This probably wouldn't be too difficult using the "player.setVolume(number)" function.