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…
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!
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…
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…
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…
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)});
…
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…
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…