What steps will reproduce the problem?
$('body').on('click','.' + options.playButtonClass, function(e) { // play button
e.preventDefault();
var volumen = 3;
player.setVolume(volumen);
player.playVideo();
What is the expected output? What do you see instead?
player start at full volumen, i would like to set a lower volume
What version of the product are you using? On what operating system?
1.0
Please provide any additional information below.
Original issue reported on code.google.com by webmaste...@gmail.com on 8 May 2014 at 1:36
Original issue reported on code.google.com by
webmaste...@gmail.com
on 8 May 2014 at 1:36