The YouTube JavaScript Player API allows users to control the YouTube chromeless or embedded video players via JavaScript.
0
votes
1answer
39 views
API Search Local Trending Videos
Playing with the idea of making a video blog of locally trending videos that pulls from Youtube's API and posts trending videos related to Houston.
If I simply query for recent videos with the word ...
0
votes
0answers
26 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
1answer
69 views
get Title from video with youtube api v3 with javascript
I'm trying to understand how the new data api from google works, more specifically the youtube (v3) one, but haven't been able to follow any of the google documentation successfully. If anybody could ...
0
votes
1answer
44 views
Retrieve Youtube Shows rss feed
Does anyone know a way to retrieve the RSS feed of a show. There are episodes released for this show, I was wondering if there is any way to retrieve an xml or some sort of RSS feed with the updates. ...
0
votes
1answer
39 views
Load multiple videos without playing
I'm building a video player where each scene is filmed from multiple angles. All videos are hosted on YouTube. I'd like to allow the user to be able to switch between angles seamlessly during ...
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
1answer
205 views
YouTube API Callback in IE7 and IE8
I'm having difficult getting the API to work in IE7 and IE8. Need simple pause / stop detection.
Even this demo page has IE8 errors and the callback events fail:
...
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
1answer
95 views
JW player into fancybox - (youtube link into JW)
I have youtube link into JW player. Everything works well. now how to put this player (this code) into fancybox?
<div id="player_779">
<embed type="application/x-shockwave-flash"
...
0
votes
1answer
55 views
Youtube videos with Cuepoint JS
Is there any way to handle Youtube videos with Cuepoint JS http://cuepoint.org?
Or do you know any alternative?
I tried popcorn.js but it is complex and i'd have i'd have to make a lot of changes at ...
0
votes
1answer
455 views
Youtube iframe player JS API with jQuery - player object has no method 'getPlayerState'
I've got following code, that is suppose to pause Slidedeck's autoscroll whenever there is a mouseover event. For mouseout event, the autoscroll should resume working unless the youtobe video in the ...
0
votes
2answers
93 views
strange script error with firefox alone
If you open this site in chrome, it loads and runs ok but I tried loading it in firefox 19.0.2 and I keep getting a Script error asking me if I want to continue or stop. After doing some searching ...
0
votes
1answer
40 views
How can I present information on top of a full screened youtube video embedded on my webpage?
I am developing a web application where I have a youtube video player embedded in one of my web pages. I am trying to present extra information on top of the playing video (on full screen). By extra ...
0
votes
0answers
96 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
1answer
146 views
Youtube embed with watch_popup and no suggested videos
Is it possible to embed a youtube video using the "watch_popup" method without suggested videos being shown at the end of the video (rel=0)? I really like the "watch_popup" method because it shows ...
0
votes
1answer
94 views
Embedding youtube video with only play,pause and refresh buttons
I want to embed youtube video in my website. My requirement is that the player should have only three options: play, pause and refresh. I want to disable the progressbar slider so that viewer can not ...
0
votes
2answers
191 views
Are YouTube view counts incremented when using the iframe Player?
We are embedding a youtube player into our page. Easy implementation of code and html5 support driven us to use the youtube iframe player.
Problem is that view count does not work with the api. No ...
0
votes
1answer
249 views
Youtube Video Player Fullscreen click event
I am trying to add custom controls to an embeded YouTube player. I am overlaying a html menu. However, when a user clicks on the full screen button within YouTube my html menu will no longer be ...
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
2answers
47 views
Youtube - Check When Video Is Loaded
I am using AJAX to dynamically change the video ID of my Youtube video. My AJAX call is nearly instant, but I've noticed that there is a delay when firing my request at Youtube to get the content for ...
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
74 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
1answer
49 views
Chrome specific flash repaint youtube video api
I am using the youtube api to create a flash video inside of a twitter bootstrap modal. It works fine in all browsers except in chrome. After closing the modal and hovering over buttons or images ...
0
votes
1answer
63 views
Is there a way to request Youtube to display a pre-roll ad?
Is there some kind of url parameter (or whatever) that tell Youtube to display a pre-roll ad?
I need it for debugging my extension, currently I need to play videos till I finally get a pre-roll ad to ...
0
votes
1answer
74 views
how to expand a youtube thumbnail on load using javascript
i got a solution for my question from how to get rid of youtube videos getting repeated even though different embedded code is given? link. i have a small requirement which is i have to resize my ...
0
votes
1answer
46 views
YouTube JavaScript API: use of “unstarted” state
From the player documentation: "When the player first loads a video, it will broadcast an unstarted (-1) event."
What's the intended use of this event? That is, what would my host code do ...
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
66 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
1answer
294 views
How to Show the List of Videos on the Embedded Youtube Playlist?
I simply want to embed a Youtube playlist in my website while allowing the users to pick which video of this playlist they want to view. (Showing the playlist button)
I tried so many different ways ...
0
votes
1answer
143 views
Javascript doesn't work on ajax post
I'm using Youtube Iframe API and using their script the player loads fine. But when I do an ajax call to the php file containing javascript code to run the player, it doesn't execute.
function ...
0
votes
1answer
74 views
Adding all videos from a YouTube channel to a website
I'm trying to feed videos from a YouTube channel to a website. I've been able to add the videos one by one but I would like to add the whole YouTube channel very interactively on the website. Any ...
0
votes
1answer
115 views
Youtube embedded Iframe api cancels all other events
I'm having a problem with the youtube embedded player breaking the other event listeners on my page.I'm spefically using the Iframe API because I need an html5 player, and generally the functionality ...
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
53 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
1answer
182 views
JavaScript YouTube API play video while other paused - multiple iframes
I got the following jsfiddle, which basically has 2 imgs and 2 iframes.
each img and iframe are in a different div (as pair).
the iframe is hidden while the img is not.
When you click on the img, the ...
0
votes
1answer
186 views
Youtube Search Results as Playlist, Need Advise
Hi guys, this is my first time to post on this awesome community so
please bear with me.
I am working with a Wordpress Plugin that can display a Youtube Search Results into Video Playlist.
My ...
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
1answer
45 views
youtube ie menu fix
i have the following code
<script>
window.onload = function(){
var a = document.getElementsByTagName("a");
for(var i=0; i<a.length; i++){
if(!/#ytplayer/.test(a[i].href)) continue;
...
0
votes
1answer
103 views
Youtube API seekTo() in float seconds
Does the Youtube API seekTo function accept time in float or in frames? Can you drill down up to two decimal places?
0
votes
0answers
53 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
1answer
270 views
Automatically playing a youtube video in full screen
I am using a player to play youtube videos on a web page. The videos are loaded from a channel and played one by one automatically. This is working perfectly. However I want that video should be ...
0
votes
1answer
101 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
136 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
1answer
222 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
592 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 ...
0
votes
1answer
180 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 ...
0
votes
0answers
75 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 ...





