Questions tagged [ytplayer]

Youtube Player code.google.com/p/ytplayer/‎

Youtube player reference: https://developers.google.com/youtube/js_api_reference

38 questions
0
votes
1 answer

Need to refresh the page to see a YouTube live event that has just begun

I’m using YT.player to show live events on the website : http://www.solarimpulse.com/rtw Since youtube changes the display of live event the countdown on the YT.player is not dynamic anymore. I need to reload the page to see the countdown going…
0
votes
1 answer

Background Video Not Working in Safari

I have used jquery.mb.YTPlayer plugin to put background video in my site and it works fine in all browsers excerpt safari. Have got following errors in safari: Would be glad if someone can help. Thanks!
Ani
  • 96
  • 11
0
votes
1 answer

HTML Button Opens Youtube Video

I'm new to HTML so maybe this is easy/simple to answer. I'm trying to popup a youtube video to full screen when the user clicks on a button on my html script. I'm familiar with the youtube player API and javascript but I'm not sure how to make this…
yun
  • 1,243
  • 11
  • 30
0
votes
1 answer

How to make this call in an angular scenario?

I'm using a youtube player called YTPlayer. https://github.com/pupunzi/jquery.mb.YTPlayer In this code he makes a JQuery call which works fine. $(document).ready(function () { $(".player").mb_YTPlayer(); }); How can i make such a call from my…
Christophe
  • 87
  • 1
  • 12
0
votes
1 answer

Stop YTplayer video when link is clicked ... or just pause it?

Site plays a full screen video with sound. The site was designed to play the video without sound. When a link is clicked the other portions of the site appear on top of the video. Unfortunately the client has insisted on having sound, so when…
TBW
  • 1
  • 1
0
votes
1 answer

How can i make my script wait before continuing?

So i'm attempting to get my script to wait before executing fully. Here's my JS as it is now // JavaScript Document $(document).ready(function() { $(function(){ $(document).bind("YTPStart", function(){ $("#rj").fadeOut(3000)}); …
-1
votes
1 answer

Discord.js Fixed V14 of TypeError [ClientMissingIntents]: Valid intents must be provided for the Client but it is still having the same problem

I am new to programming in discord.js. I have been trying to implement a discord bot that is able to have a chatgpt chatbot and a music bot. The reason why I have the FLAGS intent is for my music bot feature. Non-flags intent are for ChatGPT. It…
-4
votes
1 answer

Why does my element is not visible with z-index 10000

I am developping a website with youtube videos, and I am using mb.YTPlayer plugin. You can see it here : http://orthopluss.fr/test/index.html#prestations There are two arrows, one on the right, one on the left, which I would like to put ON the…
user6050469
  • 177
  • 11
1 2
3