When muting iframe API player, youtube.com player gets muted too - youtube-api

I have a function that mutes the youtube player in my page. I use the iframe API (player.mute() or player.unMute()). However, I noticed that this affects the player on youtube.com. When I go to youtube.com, the player will start muted. Any ideas?

Related

Can I use Youtube IFrame Player API as audio player?

I am using Youtube IFrame Player API on my own web project.
I am trying to use it as an audio player, so I hide iframe, and add a button which call playVideo() function.
I am wondering if it is legally okay to hide everything (iframe, logo, controller, everything) and use it as audio player.
Is there any legal problem for commercial use?

YouTube Player API video playback pauses in Multi Window on Android N

When I play a video using YouTube Player API and open another application in multi-window mode my activity receives onPause and video playback pauses. I expected YouTube Player API to follow the guidelines at http://developer.android.com/preview/features/multi-window.html#lifecycle
"we recommend that activities that play video not pause the video in their onPause() handlers. Instead, they should pause video in onStop(), and resume playback in onStart()."
YouTube app works as expected.

Delphi TWebBrowser: muting youtube video or disabling autoplay

I read this question: Mute YouTube sound in Delphi TWebBrowser but if I understand correctly, it is used for building my own JS/HTML page of preview youtube videos while I load the actual youtube video page and needs to silence it/disable its autoplay.
How can I either mute or disable the autoplay after loading the youtube video page?

Pause youtube video on youtube website using a parameter in url

I have a youtube video playing and I want the video to pause at the last slide. Is this possible? The video is playing using the URL http://youtube.googleapis.com. Is there a parameter I can set in the URL that will pause the video?

Thumb return by YouTube API Player getClickToPlayButton() function is not playing video onclick

DisplayObject return by getClickToPlayButton() function of YouTube API is not playing video now.
I am using Chrome-less YouTube API player with custom chrome. My YouTube Playlist app is different SWF which load the custom chrome player swf and use YT object to create thumbs getClickToPlayButton().
I have also tried it on single SWF only using YouTube chromeless player and simple provided thumb by getClickToPlayButton() function but it does not play the video on thumb click.

Resources