Questions tagged as 'youtube'

1
answer

Add Players in script code

I have the following code: var buttons = $('#videoGallery .vid'); var liHeight = $('#videoGallery li').height(); buttons.click(function(){ var videoID = $(this).attr('data-videoID'); var videos = $('<div id="meuVideo"> <iframe width=...
asked by 16.12.2015 / 16:15
2
answers

How to control the video edges of Youtube

How to embed a Youtube video without leaving the black border on the sides. I would like to leave it 100% wide but with a defined height could anyone help me?     
asked by 10.06.2014 / 14:54
1
answer

Is it possible to leave a YouTube embed in the background in iOS?

I'm doing a project using Ionic + Cordova and wanted to know if it's possible on the iPhone to leave a Youtube video running in the background while blocking the screen. By default devices with iOS pause the video when it enters the background....
asked by 17.06.2015 / 14:20
1
answer

MTA Thread Attribute Affects on Thread

Suppose I have the class static class Program{ [MTAThread] static void Main(string[] args){ Application.Run(new Form()); } } I simply want to apply a Thread.Sleep(1000); this keeps Form stable or locks the window equal to [STAThrea...
asked by 23.04.2015 / 01:19
1
answer

YouTube url conversion system for embed

Good afternoon, I'm trying to create a system, where I get a url youtube form, convert to embed and save to a database. This is a classified site, I do not know if this is the best way, I did not want to spend a lot of space, so I opted for yout...
asked by 10.05.2015 / 21:27
2
answers

Customize YouTube player in Iframe

I have a part of the site that is manageable, it gets <iframe> from Youtube , but I would like to be able to customize this player, take some things like time duration, and others buttons that pollute the player. Can you do this...
asked by 21.01.2015 / 17:27
1
answer

Insert a YouTube video into a html page

I would like to embed a video on a webpage, but I can not. What is the problem contained in this code? <object width="425" height="344"> <param name="movie" value="https://www.youtube.com/watch?v=JBjjnqG0BP8"></param>...
asked by 04.11.2014 / 14:30
1
answer

How to make a popup with youtube text and video?

I need to make a pop-up that contains both text and YouTube video, the problem is that pop-up is much larger than the height of the screen. In the home page of the site before clicking the link to open the pop-up , the space that the pop-up...
asked by 28.03.2014 / 18:59
1
answer

Automatically insert Youtube video into a div

In the site I'm developing, it has a div element, where it needs to automatically capture YouTube videos from a channel, that is, if the user / channel uploads a video, it will automatically show the last video in this div . Has...
asked by 17.06.2014 / 14:15
2
answers

Hide youtube link

I'm developing a video course system. I wonder if there is any way to get a YouTube video, and put it on the site in a way that the user can not (difficult) to view the YouTube link, so that they can not share it with others. Thanks!     
asked by 26.05.2014 / 14:05