keis1979 / jquery-tubular

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

Start with sound #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I found a terrific application, but could not get to start by making sound, is 
this possible? Adding 'true ' or 'false' or on / off? appreciate the response.
congratulations on the job!

Original issue reported on code.google.com by djatlan...@gmail.com on 11 Apr 2011 at 8:45

GoogleCodeExporter commented 8 years ago
I'm having the same problem. I want my video to start playing with sound, but 
can't figure out how.

Original comment by matthew....@gmail.com on 16 May 2011 at 9:27

GoogleCodeExporter commented 8 years ago
Thanks for the comments.  I will address this soon and make it a configuration 
option.

Original comment by seanmcca...@gmail.com on 27 May 2011 at 4:00

GoogleCodeExporter commented 8 years ago
In tubular.js, I took out the line refernecing mute....it still mutes when 
clicked, but plays when loaded

Original comment by charleym...@gmail.com on 2 Jun 2011 at 12:18

GoogleCodeExporter commented 8 years ago
Make changes to tubular.js on line 48:

Use this to mute on start

    // Mute at start
    ytplayer.mute()

Or this to unmute on start

        // unMute at start
    ytplayer.unMute();
    $('#videoMute').addClass('videoMute');

Original comment by dreihund...@gmail.com on 19 Jun 2011 at 6:53

GoogleCodeExporter commented 8 years ago
I guess the line order changed - can you show us where to put in that line to 
mute?  Line 48 didn't work...

It's strange by the way, that on line 56, it already says "ytplayer.mute()", 
and never says UNmute, so I'm surprised the audio would play at all...

Original comment by geekfabu...@gmail.com on 6 Jul 2012 at 6:19

GoogleCodeExporter commented 8 years ago
It seems, that the player is playing audio all the time.

This one is already in the JS file: ytplayer.mute()

Any help will be appreciated.

Original comment by yuriy.b...@gmail.com on 10 Jul 2012 at 1:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I rewrote a chunk to use the new iframe API. The mute is back, the 
onYouTubePlayerReady function was not being called because it was for the old 
API. I wrote this using the new iframe API:

https://developers.google.com/youtube/iframe_api_reference

I haven't tested this thoroughly, but at least it works fine for me on firefox.

Original comment by jbm...@gmail.com on 10 Aug 2012 at 5:51

Attachments:

GoogleCodeExporter commented 8 years ago
fixed with 1.0 release

Original comment by seanmcca...@gmail.com on 1 Oct 2012 at 10:15

GoogleCodeExporter commented 8 years ago
Hey, is there any way to start the video with the sound at a certain level? 
Currently the video starts with sound at the maximum, somewhere in the middle 
would be perfect.

Thanks in advance.

Original comment by paulalbe...@gmail.com on 17 Nov 2014 at 4:40