You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 8 May 2014 at 1:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 May 2014 at 1:36The text was updated successfully, but these errors were encountered: