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

learn more… | top users | synonyms

0
votes
1answer
100 views

Stop looping on youtube chromeless player

I am using function below while playing videos on my site. I want to start videos automatically but when it ends i don't want it to start again. I change as loop=0 but heaven knows why it didn't work. ...
0
votes
0answers
135 views

YouTube API with mobile playback

I've implemented this function to interact with iframed youtube videos. I'm using it in conjunction with the jQuery Cycle Plugin: http://occasions.nickdimatteo.com/weddings/wedding/ (video is on the ...
2
votes
2answers
5k views

Javascript - Wait 5 seconds before executing next line

This function below doesn't work like I want it to - being a JS novice I can't figure out why. I need it to wait 5 seconds before checking whether the 'newState' is -1. Currently, it doesn't wait, ...
0
votes
2answers
68 views

execute script based on variable states

I am creating a video player which relies on loading both the vimeo and youtube playlist apis through ajax. Once they are loaded, for youtube I then need to loop through all the videos in the playlist ...
-1
votes
2answers
125 views

Use YoutubeAPI to play youtube video until a particular time and pause

Is there a way to use the Youtube API to play a video until a certain point in the video and then pause it?
0
votes
1answer
221 views

How to pause embedded youtube video on the last frame?

When playing embedded youtube videos, I don't want to display a poor resolution thumbnail when completed. Instead I'd like to have a high-resolution image of the last frame. Is this possible? Either ...
0
votes
2answers
591 views

Youtube API Android Webview Not Working Correctly

Unfortunately, I can't find any solutions on this site, on other way around I might have just seen it or used it but did not worked it properly. This young lad need your help guys. Can't really seem ...
-1
votes
3answers
68 views

Search Youtube and return XML

Is there a url I can use the search for 'Transformers movie' on YouTube, and return XML with a list of videos?
0
votes
1answer
179 views

YouTube API- retrieve all comments text on each video

I am using YouTube API to fetch user feed and all video details. Eg : Number of likes,number of dislikes.etc. Number of comments on video is correct but while I am fetching all the comments data ...
1
vote
0answers
263 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 ...
0
votes
0answers
74 views

opera dropdowns over iframe

I've got common dropdown menu over iframe with Youtube video (loaded by jsapi). Everything works just fine in Firefox and Chrome, but not in Opera.. (FF 17, Chrome 23, Opera 12.12). Menu elements ...
0
votes
0answers
33 views

Economical solution to host video and have clickable overlay

What I hope to achieve: Video host that is not too laggy - my EC2 Apache instance is not optimal for video streaming - YouTube is good but I can do with less smoothness Total control over how ...
0
votes
1answer
51 views

How to get user thumbnails from comments feed in one request on YouTube?

I'm getting comments feed from YouTube. There is an author property with uri parameter. How can I get authors thumbnails without making multiple requests to get every author's thumbnail? Can I use ...
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 ...
3
votes
2answers
2k views

Embed YouTube Video with No Ads

I'm embedding YouTube videos in a widget (http://www.betterdonatebutton.com) to help non-profits raise money. Unfortunately, some of them are not technically inclined enough to turn off ads that ...
0
votes
2answers
193 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 ...
2
votes
1answer
144 views

Accessing YouTube live streams with Web Audio API

Is it possible to access YouTube live stream content (video/audio) in Javascript and Web Audio API e.g. for real-time mixing of the audio content? Is the payload HTML5 compatible or is it Flash only? ...
3
votes
2answers
221 views

How to link to external sites through youtube videos through annotations

Is there a way of linking to an external website through YouTube Videos, by creating annotations links? That is, the link is embedded in the video. An example of what I want is given in this video. ...
2
votes
1answer
104 views

Nonworking function as soon as page loading

There is a Youtube chromeless Javascript player in demo. Unless user clicks playlist pictures below player, title and time don't shown. To show title and time user has to click some playlist image or ...
1
vote
0answers
119 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 ...
0
votes
1answer
167 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
1answer
102 views

Retrieving TITLE of current video with YouTube JS API

I have created a YouTube player with the YouTube Javascript API that loads up a playlist I have created. Because the video is chromeless, it does not display controls or video info. I was hoping to ...
0
votes
0answers
138 views

modestbranding parameter for YouTube JS API

I'm generating a chromeless YouTube player on my webpage using YouTube's JavaScript API. I was hoping to somehow remove the YouTube logo in the bottom right hand corner of the player using the ...
0
votes
0answers
66 views

Youtube PlayVideoAt() always plays the first video

I'm trying to randomly play videos in a Youtube playlist. I know that there's a bug in the setShuffle function so I am going to randomly generate a random number and then play that video with the ...
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 ...
2
votes
1answer
584 views

Using Youtube Player API in windows 8 app

I have embedded youtube player in windows 8 app (html/javascript). I need to interact with player (play/pause etc). I copy/pasted example in Getting started section here but onYouTubeIframeAPIReady is ...
0
votes
1answer
455 views

Multiple players - YouTube api

I'm using the YouTube API to create an instance of a player which then loads and plays videos from a list of links. Each link contains an inline function call with the video ID as its value. The JS ...
1
vote
1answer
423 views

How to make a YouTube chromeless player?

This may sound stupid but I looked online for some time and I could not find how to make a YouTube player chromeless. I am making a web app and I am using the YouTube JavaScript API. Wherever I look ...
0
votes
1answer
214 views

How to get a thumbnail or snapshot of a youtube video at a specific “second” with Youtube javascript API?

I want to take a thumbnail image of a youtube video, let's say http://www.youtube.com/watch?v=ffaTjpA1scI at 30s or 120s. How can I do that with youtube API? I do think this is possible, because when ...
0
votes
0answers
390 views

YouTube HTML5 iframe API - How do I turn OFF autohide controls on iPad?

I am embedding YouTube videos using the HTML5 iframe api, and everything seems to work great except I cannot consistently turn off the controls autohide feature. On the ipad, where the player is not ...
2
votes
1answer
321 views

Does youtube api play function trigger a view count?

I know that embedding a video with autoplay will NOT increment video count. My question is, playing the video from javascript, with the youtube api, does it trigger incrementing video count?
0
votes
1answer
619 views

Youtube API onYoutubePlayerReady and addEventListener not being triggered

Youtube API's onYoutubePlayerReady() & addEventListener("onstatechange"...) functions aren't being triggered when youtube videos are loaded on my site ->This code is hosted on a web server at ...
1
vote
1answer
90 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 ...
0
votes
1answer
59 views

how to play a specific video of a play list in embedded youtube video

I have followed this tutorial http://www.lavacoms.com/2012/01/embedded-youtube-playlist-autoplay/ it is an excellent tutorial. my question is if I have a playlist embedded on my page but I would like ...
0
votes
2answers
597 views

stopping a youtube video in a modal window when modal is closed

I am trying to do something really simple. I have a bootstrap modal window where I am putting a youtube iframe video like this: <iframe id='youtube-player' width="560" height="315" ...
3
votes
1answer
744 views

Show a custom picture before a youtube video starts

I'm trying to display an image in the "player" div, and then after the visitor clicks the button, replace it with a video (replace the div with an iFrame). Here's my code: <!DOCTYPE html> ...
0
votes
2answers
796 views

YouTube onPlayerStateChange event not firing in Internet Explorer on reloaded page

So, we have a Facebook Tab application (probably not relevant) that contains a YouTube video. Everything works fine on the first occasion the page is loaded from an empty cache. On subsequent page ...
0
votes
1answer
216 views

jQuery tubeplayer - Link to stop any video in page

using jQuery tubeplayer, how can I set a single button that stop any video embed? I try the php for render multiples videos: echo ' <div class="video_frame"> <script ...
0
votes
1answer
775 views

Full Screen Option in Chromeless player using Javascript?

I am using Youtube Javascript API to develop chromeless player. Can you tell me How to Add / Develop "Full Screen Control" using Javascript on player ?
0
votes
0answers
254 views

Youtube iFrame API : onstatechange not triggering cued and buffering

I'm using the Youtube Iframe API and the states 3 and 5 (video cued and seek) are never return on the event onstatechange - In my javascript log console, i always get the paused (2) state. Any help ...
1
vote
2answers
166 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
0answers
89 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 ...
2
votes
1answer
574 views

pre-roll for youtube

I'd like to play two different youtube videos in the same player, first video being played BEFORE the second (serving as a pre-roll ad). Sort of custom playlist consisting of only two videos. What i ...
0
votes
1answer
152 views

Youtube embed player avoiding zindex

I'm trying to get an image to be placed over an youtube embedded player. I added the wmode=transparent to the url through jQuery to allow the player to accept a zindex. While it loads the image does ...
0
votes
0answers
575 views

Youtube iframe player doesn't embed using Youtube's Player API

I am referring to the example code provided by Youtube seen below. The sample code is suppose to .... The sample HTML page below creates an embedded player that will load a video, play it for ...
5
votes
4answers
333 views

create a javascript function programmatically

Need this for the youtube api // the onStateChange callback functions! I want to programmatically create functions which will listen to the "onStateChange" event emitted by several youtube player. ...
0
votes
2answers
220 views

Youtube API - how to remove an event listener?

I read the Youtube JS API, and especially the part about events You can add an event listener, using the player method addEventListener For example : function onPlayerStateChange(event) { ...
0
votes
1answer
784 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
0answers
107 views

How can i search or find out what videos are allowed to be embeded using youtube api?

I make a query to the youtube api like this: url: 'https://gdata.youtube.com/feeds/api/videos?q=' + value + '&v=2&format=5&category=music&alt=jsonc&callback=?' Please see that ...