The YouTube JavaScript Player API allows users to control the YouTube chromeless or embedded video players via JavaScript.
3
votes
0answers
114 views
Youtube iframe API - Android fullscreen
I'm using the youtube iframe api to embed a video.
When playing the video on an iPhone, the video automatically switches to full screen mode. I was wondering if it's possible to force the same ...
2
votes
0answers
56 views
ipad youtube embed, blocks touches on lower z-index
On iPad I've been experiencing an issue where lower z-index items can not receive touch events.
The cause of that there is a <video> tag within the iframe which blocks interaction with lower ...
1
vote
0answers
22 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
94 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
179 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
0answers
32 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
0answers
262 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
0answers
117 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
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
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 ...
1
vote
0answers
248 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
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
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
0answers
477 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 ...
0
votes
0answers
18 views
Youtube API Request (via json feed) - BLOCKED?
I was building a simple youtube player, still testing it on a site. It worked fine until now. It seems that the json feed doesn't load the videos any more.
Here's my script, there's also a demo on ...
0
votes
0answers
51 views
jQuery YouTube TubePlayer Plugin-Play video inside my div
I am using jQuery YouTube TubePlayer Plugin to play video from youtube.
I am able to play the YouTube video. But the plugin generates an iframe seperatly and plays the video inside it. But I need the ...
0
votes
0answers
39 views
Video stops without triggering onerror handler in Youtube Iframe Api
Especially when using HTML5 version of the player, the video stops without triggering any event like onChange or onError. Here is what it looks like in Chrome Developer Console:
The Internet ...
0
votes
0answers
14 views
How to unload a video loaded using youtube api?
In my application I load a youtube video using Youtube Javascript API.
The problem is that I can't unload a video when the user click the stop button.
I tried with yt.clearVideo() but the thumbnail ...
0
votes
0answers
16 views
Is there an onVolumeChanged event or workaround support for both iFrame and HTML5?
I would like to have a label which displays the current volume of a YouTube player. The player is pre-existing. I have not created it, it is the player on YouTube.com, but I am injecting code into the ...
0
votes
0answers
35 views
YouTube iframe API broken
YouTube iframe API has stopped working for me since yesterday on Chrome (works on Firefox tho). I copy and paste the Getting Started code (https://developers.google.com/youtube/iframe_api_reference) ...
0
votes
0answers
39 views
Why is the onStateChange event not getting fired?
Here is the work space :http://jsfiddle.net/WBFa4/51/
The significant part of the code is:
swfobject.embedSWF
(
'http://www.youtube.com/apiplayer?enablejsapi=1&version=3',
...
0
votes
0answers
25 views
How do i get only valid videos from youtube?
I am using url below to get Youtube video id. After that, I play the video in my costum Youtube player. However, even if the video is invalid in user's country due to copyright issues etc. it ...
0
votes
0answers
21 views
getPlaylistItems function in youtube analytics API sample application doesn't work
I tried the code from https://developers.google.com/youtube/analytics/v1/sample-application, and use my own youtube account. When I ran it, after logged in with OAuth, it displayed the message that ...
0
votes
0answers
37 views
Site works for everyone except me
I am developing a website for a client based in London. I've had to stop work due to the fact that I can't view the background player. I've asked around and the site works for everyone except me. I ...
0
votes
0answers
17 views
How to get Videos from youtube with offset
Is it possible to query the YouTube API for videos BY X tag from Y user but use an offset so as to build a paginated list. In other words get Videos By X Tag From Y User Offset 10.
I'd like to do ...
0
votes
0answers
93 views
Using a playall button with jquery and the youtube api to play all youtube videos one by one on my website
I have already searched many answers for this question.
Here are some things i've searched:
Pausing YouTube iFrame API in JavaScript ---
Event loads with jQuery and YouTube API --- Using ...
0
votes
0answers
61 views
Unable to watch more than one youtube video from my application
I have followed the code from below link
YouTube video playback broken on iOS6 (works fine on iOS5)
to play youtube videos in my application. It works when we watch first video, after I finish ...
0
votes
0answers
42 views
Youtube, show snapshots of videos in RAILS
I want to allow the user to put the url of youtube in an input.
And on focus-out I have to allow the user to select one of four snapshots of video.
Any Idea Or Direction for "how to get the four ...
0
votes
0answers
69 views
Get batch related videos with YouTube JavaScript API v2.0
I've got the following two bits of JavaScript which I am hoping to optimize into one (or, at least, fewer) requests:
function getRelatedVideoInformation(videoId, callback) {
// Do an async ...
0
votes
0answers
41 views
Youtube API: loadPlayList ignores startSeconds
within a PHP page I implented a Youtube player for playing playlists using the iframe API and want to switch to another playlist via:
player.loadPlaylist({
"listType": ...
0
votes
0answers
65 views
Does YouTube periodically disable features on their embedded player?
I run a site where most of our pages load a 100 video playlist into a youtube player using their javascript (iframe) API method. We have custom buttons on our site outside of the player which are ...
0
votes
0answers
72 views
Receive response when using PostMessage for Youtube Iframe
I am building a chrome extension that plays a youtube video in the background page with controls for it in an injected content script.
I can use play/pause quite effectively using this code:
...
0
votes
0answers
51 views
working example of youtube data api with javascript
I am looking to use youtube data API's in my website.. I know their are lot of examples on developer forum.. but all are scattered in snippets.. I am a newbie to use API's so not getting the workflow ...
0
votes
0answers
68 views
Youtube API parse issue
I want to request all of my view counts from my youtube-channel in Javascript.
I also show the value in gauge. But I get a "undefined". If I use the URL in the browser, I get all datas. I´ve tried a ...
0
votes
0answers
52 views
setShuffle and setLoop does not work
I have tried this but it neither shuffles the playlist nor loops to the first video in the end of the playlist.
//Load an initial video into the player
...
0
votes
0answers
134 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 ...
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
0answers
136 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
65 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 ...
0
votes
0answers
389 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 ...
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 ...
0
votes
0answers
571 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 ...
0
votes
0answers
106 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 ...
0
votes
0answers
191 views
Playing a specific entry from a YouTube playlist using the JS API
The script below will display an embedded YouTube player with four items in a playlist: the first entry is determined by the video ID directly inserted into the embedSWF URL, the other three originate ...
0
votes
0answers
132 views
Embedding Videos in a html page
I am trying to include videos in my web site preferably YouTube videos. I need to include three videos in my site and they should all play like a playlist. Initially one video should play and the ...
0
votes
0answers
64 views
Youtube get videos and playlist accounts
I'm creating a media house mock app and am wondering whether there is a way I can get video playlists from a certain account which is not mine for example if a user has a page that is ...
0
votes
0answers
53 views
Configuring an embedded YouTube player (How to)?
I've read various bits on using javascript and the YouTube API to configure a player from scratch (if you will).
Re: https://developers.google.com/youtube/js_api_reference
I'm wondering how I would ...
0
votes
0answers
297 views
Something is wrong with my iframe embedded youtube videos (jsfiddle included)
When I embed a single video, things work perfectly. But I have "double video" that looks like this -- here's the jsfiddle and I'm sure I'm doing something wrong with the 2nd vid.
On the left are the ...

