bioccular / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

set player volume at start #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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