The YouTube JavaScript Player API allows users to control the YouTube chromeless or embedded video players via JavaScript.

learn more… | top users | synonyms

1
vote
2answers
158 views

Adding event callback for YouTube JS Player API when related video clicked

YouTube's iFrame embed JS player API allows you to add callbacks to certain events. I want to add a callback for when a related video at the end of a video is selected. To be more specific, when ...
1
vote
1answer
687 views

Samsung Smart TV Trigger remote key by click

i have an Samsung Smart TV app and i have a problem with mouse. the problem: i have two scenes. in first scene are show ten news. on pressing enter it shows the second scene with detailed news and a ...
1
vote
2answers
324 views

How to remove black bar from the YouTube videos

The black bar appears in the YouTube video, it looks little odd when the video plays. Can we remove that black space from the videos? I want to remove that black space and shows the video at desire ...
1
vote
1answer
1k views

javascript / youtube api - variable YT is not defined

I'm creating a youtube player embed via the YT api but I keep getting an alert that the variable YT is not defined. I can see that the script for the youtube API is getting included, which is supposed ...
1
vote
1answer
2k views

Youtube HTML5 Video Player Fallback with Player API (v2)

I'm trying to use the youtube javascript player api to embed youtube videos into my site and control them via clickable thumbnails / javascript. I thought that the youtube player would fall back to ...
1
vote
2answers
611 views

Timer “along” with Youtube clip with JS to show divs at different times

I want to load a youtube clip on a page, and along with the clip I want to add a top (HTML) layer that will work somewhat like youtube's own annotation functionality. In bullets: - User will see a YT ...
1
vote
1answer
54 views

Triggering an event when a new video starts while playing a YouTube playlist

I have a YouTube playlist; everything is working fine with that. Here's the code: <div id="player"></div> <script> var tag = document.createElement('script'); tag.src = ...
1
vote
0answers
21 views

How can I dynamically create a playlist for a chromeless player?

My workspace is here:http://jsfiddle.net/WBFa4/89/ I am trying to detect the end of a video to load the next video.The onStateChange event is never fired.What might be the issue? swfobject.embedSWF ...
1
vote
0answers
90 views

youtube video to show black screen before playing

everyone i am trying to show youtube iframe a black screen before playing. Actually in youtube iframe there is a thumnail images that loads default but i dnt wanna show the thumbnail image of video ...
1
vote
0answers
171 views

YouTube Iframe API error in IE8

I am working on a site with a YouTube list of user uploads and am getting a few errors in IE8 that I cannot seem to debug. Site works fine in FF and Chrome. I also am not able to use firebug lite for ...
1
vote
0answers
63 views

Youtube JS API v2 doesn't pause/play on the first click

I am allowing my users to add their own YouTube video to their profile. As part of the process, I am allowing the users to watch\pause the video with from a button that is located outside of the ...
1
vote
1answer
50 views

How to load/pause/resume youtube video in Cocoa app?

To load a youtube video is very simple. I use webView; NSURL*url=[NSURL URLWithString:kVideoLink]; NSURLRequest*request=[NSURLRequest requestWithURL:url]; [[self.webview mainFrame] ...
1
vote
2answers
150 views

Wordpress JQuery Ajax request readyState always 0

I can't find an answer to this problem. I'm trying to get the youtube video title (form Wordpress of course, but I want to do it from javascript). Well my code looks like this: $.ajax({ url: ...
1
vote
1answer
191 views

Youtube Video In HTML5 <video>

I have made a windows store app using the Youtube Iframe API. I can handle events and play video fine but there is a major problem as it doesnt support full screen mode (amongst some other minor ...
1
vote
0answers
30 views

I want to upload a video from my web page to youtube by using javascript youtube API

I want to upload a video from my web page to youtube by using javascript youtube API but there is coming "User authentication required", error 401. Can anyone help me with some demo example in ...
1
vote
1answer
233 views

Creating many YouTube iframe players slows down initial page load

I'm using the youtube api to add alot of videos, more than in this example, 15 for one page and 30 for another; the logic is identical // load api var tag = document.createElement('script'); ...
1
vote
0answers
261 views

Youtube API loadVideoById can't disable autoplay ( tested on iOS devices)

Note! the problem occured on iOS devices like the iPad How can I load youtube videos using the Youtube Player API and disable autoplay? and also be able to stop the video Problems: loadVideoById ...
1
vote
1answer
70 views

How to detect YouTube iFrame failure due to Flash crashing?

I've been working on a Google Chrome extension for a while now. I've noticed that Flash has been crashing quite commonly lately and I would like to have my extension gracefully recover from such an ...
1
vote
0answers
115 views

Video is not loading from youtube Playlist occasionally

I am using YouTube API to retrieve videos from YouTube playlist using Javascript and Jquery . and showing that videos into Carousal . occasionally that video's loaded into carousal and sometime it's ...
1
vote
1answer
62 views

document.write is behaving weirdly in Youtube videobar's javascript

Youtube's Videobar is an outdated widget. Google is still serving the js but the documentation and links have been taken off from their site. You can see a running example of this over at: sicmaui.com ...
1
vote
1answer
89 views

Adding youtube player in HTML5 without flash

Can we add Youtube player in a HTML5 & javascript page without using flash. I need to make an application which uses youtubeplayer & could be played on differnet platoforms e.g. ios,android (iOS ...
1
vote
0answers
80 views

Retrieving private youtube playlists with javascript

Does anyone know a good method for retrieving another user's private playlist via the youtube api using javascript? I'm assuming there has to be some authentication needed to do this, but I'm pretty ...
1
vote
0answers
88 views

Can I get access to a youtube player's playback state without embedding the video?

Using youtube's api, is it possible to detect whether there is an existing youtube video on any page and if so, have access to the playback state of the video? I looked through youtube's API ...
1
vote
0answers
247 views

YouTube Javascript API loadVideoByID bug in Internet Explorer

Hopefully somebody can verify this or shed some insight. The most basic use of player.loadVideoByID() method seems not to be working in IE. I have deployed the google getting started sample code ...
1
vote
1answer
196 views

create screenshot of youtube with javascript api?

I'm using the player javascript api v3. https://developers.google.com/youtube/js_api_reference when I do player.pauseVideo(), I want to extract the current frame in a img element. Is it possible?
1
vote
0answers
162 views

Tubeplayer causing elements to (briefly) reappear in chrome?

I'm working on some javascript to insert a youtube video into a page using the tubeplayer plugin. The video is inserted when the user clicks a link and is removed when the user clicks the close ...
1
vote
1answer
84 views

Differentiating Youtube-Google linked account from unlinked

How to differantiate Youtube-Google linked account from unlinked with Youtube API. After successfuly retrieving information about currently logged user by sending this request: ...
1
vote
2answers
388 views

wxWebView and JavaScript

I am trying to write a program in C++ and wxWidgets that accesses YouTube and start the video with JavaScript. It uses the YouTube JavaScript API, documentation for which is found here. I wrote the ...
1
vote
0answers
111 views

Strange border in Youtube thumbnail

I want to embed a Youtube video in my page, and I want to use the same background color for both, my video and my web page. I use this code <object type="application/x-shockwave-flash" ...
1
vote
1answer
1k views

How to get a youtube playlist thumbnail?

Is there a way to get youtube playlist thumbnail like how you can get a thumbnail of a video, explained here: How to get thumbnail of YouTube video link using YouTube API?
1
vote
1answer
178 views

YouTube API CSS & Control with more than one player

i trying to create a page that contains 2 or more YouTube players that are control by links in JavaScript, actually i read the YouTube API documentation a few times and i still cannot understand how ...
1
vote
0answers
475 views

How do I programmatically play a youtube video embedded with swfobject registerObject method?

Does anyone have experience embedding flash with swfobject? Dynamic publishing worked as expected, but using their static publishing method, I couldn't control the player programmatically. Here's a ...
1
vote
1answer
212 views

Using javascript, how can I make a YouTube video go to fullscreen when a user clicks play?

I have a page with a YouTube video on it. The client wants the video to go fullscreen when a user clicks play and bypass the usual step of clicking the fullscreen icon on the player. I have been ...
1
vote
2answers
163 views

How to identify which youtube video is playing now?

On a page with several embeded youtube videos, I'd like to perform something based on which youtube video is playing now. Any ideas on detecting current video info? such as embed youtube url. So ...
1
vote
3answers
1k views

Youtube API: How to grab video ID? JQuery/Json

Currently fetching the first video from a search on YouTube using the code below, but when docready is called, the ids are not set. The code does not wait for the ajax results to be returned, instead ...
0
votes
6answers
2k views

Get youtube video title in PHP

In one of my application I am saving youtube video's id... Like "A4fR3sDprOE" .. I have to display its title in application. I got the following code for getting its title and also its working fine. ...
0
votes
3answers
53 views

Displaying iframe with javascript/jquery

I have this iframe: <iframe width="0" height="0" src="http://www.youtube.com/embed/Nc9xq-TVyHI?autoplay=1&start=110&end=119" frameborder="0" ></iframe></body></html>'; ...
0
votes
2answers
121 views

How I can remove the name of youtube Video in youtube javascript API?

<div id="ytplayer"></div> <script> // Load the IFrame Player API code asynchronously. var tag = document.createElement('script'); tag.src = ...
0
votes
2answers
53 views

Update Youtube iframe

i am trying to dynamically update src attribute of an Youtube iframe using jQuery. Here is my HTML: <iframe width="480" height="360" src="" frameborder="0" allowfullscreen></iframe> ...
0
votes
2answers
187 views

Show live current elapsed time of a youtube video

I know how to get the current elapsed time of a youtube video using... player.getCurrentTime() But I need a way to show this as updating text inside an element so I can display the current time of ...
0
votes
1answer
770 views

onYouTubePlayerReady is not firing when the page is loaded with ajax

I have the following jQuery script that loads a page with ajax, and i want to display a video using the Youtube API when the page is loaded: $("#games_slides").load($(this).attr('href'), function(){ ...
0
votes
2answers
187 views

Moving inline Youtube API javascript code to a seprate file

I have this jsfiddle. When I move the script from the upper panel to the lower panel, it does not work any more. And why can't I use jQuery to target the buttons? Now, I have to use vanilla ...
0
votes
2answers
4k views

YouTube API Target (multiple) existing iframe(s)

I'm trying to understand how to target an existing iframe using the YouTube API (i.e. without constructing an iframe with the script). As usual, Google does not give enough API examples, but explains ...
0
votes
3answers
2k views

Embedding YouTube Playlist using SWFObject.embedSWF()

I'm trying to use YouTube's JavaScript API to embed a playlist to my Facebook app. I tried using the standard code as shown by Google here to embed a simple video and it worked. The code is: ...
0
votes
1answer
233 views

Why isn't the YouTube iframe player calling onYouTubePlayerReady when it's loaded?

I want to load a YouTube video, then mute, play, pause, and unmute it immediately. In doing this, I hope to present the user with a video that doesn't have a big play button on it, and does have the ...
0
votes
1answer
162 views

Youtube Player Internet Explorer Malfunction

On demo I am trying to develop a chromeless Youtube player. Control links on that link works fine on Firefox and Chrome but doesn't work on Internet Explorer. How can i fix this problem? I think ...
0
votes
4answers
240 views

how to extract the description of a video from youtube using php

how to extract the description of a video from youtube using php? if possible with the formatting of line breaks. want to extract plain text it will save to txt with php. thank you
0
votes
1answer
651 views

Fullscreen mode in android youtube application

I have code for lauch an android youtube application private String video_id[] = { "gZiKrWSzNBo", "mzpJq23cuKc" }; private final static String YOUTUBE_URL = "http://www.youtube.com/watch?v="; private ...
0
votes
2answers
519 views

Youtube thumbnail api

I want to retrieve thumbnail videos from youtube by calling the youtube api (gdata) using java? Can anyone guide me?
0
votes
1answer
1k views

Youtube iFrame javascript not playing the video

I'm experimenting with the Iframe youtube api and am not able to run the code directly from their getting started documentation. Here is the code: http://jsfiddle.net/ApK7X/1/ It is suppose to load ...