Giter Club home page Giter Club logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
I'm having the same problem. I want my video to start playing with sound, but 
can't figure out how.

Original comment by [email protected] on 16 May 2011 at 9:27

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
Thanks for the comments.  I will address this soon and make it a configuration 
option.

Original comment by [email protected] on 27 May 2011 at 4:00

  • Changed state: Accepted

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
In tubular.js, I took out the line refernecing mute....it still mutes when 
clicked, but plays when loaded

Original comment by [email protected] on 2 Jun 2011 at 12:18

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
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 [email protected] on 19 Jun 2011 at 6:53

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
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 [email protected] on 6 Jul 2012 at 6:19

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
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 [email protected] on 10 Jul 2012 at 1:06

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
[deleted comment]

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
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 [email protected] on 10 Aug 2012 at 5:51

Attachments:

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
fixed with 1.0 release

Original comment by [email protected] on 1 Oct 2012 at 10:15

  • Changed state: Fixed

from jquery-tubular.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 20, 2024
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 [email protected] on 17 Nov 2014 at 4:40

from jquery-tubular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.