Tagged Questions
0
votes
0answers
4 views
yahoo pipes generated list of videos played in youtube iframe
I've used yahoo pipes to create a list of youtube videos and exports them to a div called videos.
I was wanting to get them to play sequentially in a single youtube player, rather than a list ...
0
votes
0answers
15 views
sencha navigation view containing video component(youtube iframe api) is not destroyed
I am trying to use sencha navigation view to display a list of videos and followed by view showing specific video from list when coming back from video view the video is not destroying
and it ...
0
votes
1answer
14 views
How to make Youtube Data Search API open for public usage?
Currently, I can use Youtube Data API to search for videos. However, I must be logged in onto my google account. Is it possible to conduct searches without logging in into an arbitrary google account? ...
0
votes
1answer
16 views
calling a youtube playlist in a webpage
I am trying to develop a scenario where I would be creating different play lists in youtube by grouping a bunch of videos and call them as video thumbnails in different product pages of an e commerce ...
0
votes
1answer
15 views
nextPageToken undefined when listing all videos for a Youtube channel (API v3)
I've followed this example nearly step by step for generating a list of all uploads for a specific Youtube channel: https://developers.google.com/youtube/v3/code_samples/javascript#my_uploads
The ...
0
votes
1answer
51 views
Getting a list of videos from a YouTube channel using JSON
I am attempting to list the 5 most recent videos (title, updated, thumbnail (hqDefault)) from a channel. I have the data in JSON format, but despite looking at several guides I can not seem to parse ...
0
votes
0answers
27 views
Using javascript to stop iframe video in modal window before closing window has stopped working
I've written a little set of scripts to allow youtube embeds to play in modal windows for a client. Initially, when closing the modal window, the video would continue to play. Using advice on this ...
0
votes
1answer
37 views
YouTube autoplay query parameter is not working in OS
I am trying to replace the contents of a iframe that's on my site via JavaScript. This works all well and good except for autoplay is not working in iOS.
<iframe id="gallery-video" ...
0
votes
2answers
81 views
Embedding youtube video has scrolling issues on iPhone
When I'm embedding youtube video in my mobile page, it brings a lot of scrolling issues in iPhone(I guess, it will same problems in other devices too). Users just can't scroll page when their tap on ...
1
vote
1answer
87 views
Youtube Javascript API Embed has 2 title bars after video ends
I am having a problem with the JavaScript Embed API for youtube. After a video has finished playing, there are two title bars at the top. When playing, or when loaded, there is only 1 visible. I ...
0
votes
0answers
66 views
Event's not firing & Permission denied to access property 'toString'
after having 2-3 days being able to code without any problems, the youtube api seems to stopped interact with my webpage.
I'm using the iFrame-API as recommended by Youtube.
Regardless of the real ...
0
votes
0answers
35 views
How to get a user's entire youtube watch history?
I'm trying to get a full list of the watched videos for a given user in my youtube api application. I want to add up the total duration of all videos they have watched on youtube. When I get the list ...
0
votes
1answer
51 views
Embed youtube video with last frame
When playing embedded youtube videos, I don't want to display a thumbnail when completed. Instead I'd like to end with last frame. Is this possible?
Either I can pause on the last frame or maybe ...
0
votes
0answers
66 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
166 views
YouTube API not working in iOS (iPhone/iPad) but working fine in Desktop browsers?
I am using the YouTube API in a simple one page website. I am able to get videos to play and all of my YouTube functionality works successfully in Desktop browsers (with the exception of IE 7 -- ...
0
votes
1answer
49 views
YouTube API - Firefox/IE return error “X is not a function” for any 'player.' request
I've been pulling my hair out trying to get a fairly simple YouTube api integration working in FF/IE and have had no luck so far.
It sounds like either a scope issue or a call being made before the ...
0
votes
1answer
22 views
Insert add video before main video with YouTube API
I have a page that displays YouTube videos using the YouTube API. For each video I have a specific 30 second add video that I would like to play before the main video. Is there a way to do this ...
0
votes
1answer
90 views
get Youtube video description on click (html.push)
I'm working with the youtube api (2.0) to pull the 9 most viewed videos from a specific channel. I've got a video player and a list of thumbnails with title + thumbnail image + viewcount + ...
1
vote
1answer
41 views
Get information of more than one youtube video by id from one request?
Can I get information of more than one youtube video from one request using youtube api (ver 2.0)?
Retrieving information about a single video
From above link, I can know how to get information of ...
-1
votes
0answers
31 views
Youtube player - Grab an image from current video [closed]
I'm using the Youtube HTML5 player, How can I capture an image from the video??
I want to capture a picture of myself in some of the Youtube videos,
any1??
0
votes
1answer
39 views
Youtube playlist embedding with randomize
For a small video contest (most likes on facebook) i am trying to embed a youtube playlist inside of my homepage. Each video has a like button underneath.
Now what i am trying to achieve is, that ...
0
votes
1answer
60 views
Internet Explorer 7 compatibility with YouTube iframe API?
I wonder if anyone can answer this question. I use the Youtube API to request onReady() and OnStateChange() events and using an IFRAME to embed the video.
Though I come across an issue with IE7 where ...
1
vote
2answers
98 views
YouTube player below “minimum” size
The YouTube API docs define the minimum size of an embedded player t to be 200px by 200px (link).
To allow room for critical player functionality, players must be at least 200px by 200px.
My ...
0
votes
0answers
20 views
How to implement Youtube JavaScript API multiple times?
Here is the API Documentation for the Javascript Youtube API: https://developers.google.com/youtube/js_api_reference
I was curious if anyone thinks it would be possible to create multiple instances ...
0
votes
0answers
50 views
flexslider crousel loop with multipal youtube content, last youtube video missing
I'm using flexslider in my website, each slider's content is youtube video.
those are my flexslider options:
$('#contentSlider').flexslider({
animation: "slide",
slideshow: false,
...
0
votes
2answers
74 views
How can I get the browser URL history using javascript?
I would like to get all the URL's of YouTube videos watched on a browser.This is used to populate an auto complete option.I researched on this topic, and none of them satisfactorily answered the ...
1
vote
1answer
55 views
How to retrieve a YouTube video's tags with YouTube v3 API?
I want to retrieve the tags for a specific YouTube video using v3 of the YouTube API.
I'm able to retrieve a video with this request to the search endpoint, ...
0
votes
2answers
62 views
Problems adding youtube iframe code inside document.ready
I want to add the youtube iframe api code inside my $(document).ready() function but when I do this the player doesnt seem to load, when i move the code outside the document.ready the player loads in ...
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 ...
1
vote
1answer
33 views
How to change the color of title/views
Is there a way to change the color of the title and views from blue and black to white in this youtube-api feed? The working site can be found here.
link rel="stylesheet" type="text/css" ...
0
votes
1answer
179 views
Youtube iframe API fails to post message
For awhile now, a piece of javascript I wrote which listens to youtube actions on a certain page worked wonderfully. I am using Youtube's iframe js api: ...
0
votes
0answers
64 views
Number of seconds of youtube a video view
I have a video website with videos from youtube, I use facebook api to post via open graph to a profile that the user viewed the video. So as facebook policy said: If the person watches more than 50% ...
1
vote
0answers
158 views
YouTube iframe embeds throw JavaScript errors in Internet Explorer 8
It seems that simple YouTube iframe embeds throw JavaScript errors when viewed in Internet Explorer 8. Hopefully someone can find what I'm doing wrong - unless this is a new bug?
How to reproduce:
...
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
43 views
Finding out if Flash is software rendered or hardware rendered programitcally
I'm building a Chrome extension which work on Youtube players (@ youtube.com), I'm encountering issues when the flash player is being rendered by software and not hardware.
I know that I can find out ...
1
vote
1answer
74 views
freeze music player across website
I have a website with youtube and soundcloud embedded songs. Upon the stream of one of these embedded media files I would like the song to keep playing regardless of moving to different pages in the ...
0
votes
1answer
96 views
Youtube iFrame (with javascript API) loads the first time, but not the second one. Why?
I am using the iFrame Youtube API with the following code. I call this view with Ajax to render it and append it in a div.yt-player within my page. It works the first time I call the view, but after I ...
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
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
54 views
invalid_client, no registered origin in YouTube Data API javascript samples
I was just trying the Javascript samples from https://developers.google.com/youtube/v3/code_samples/javascript , and only change 'OAUTH2_CLIENT_ID' in auth.js to my own several times and I have tried ...
1
vote
1answer
64 views
Prevent embedded YouTube player from plating onclick
When you embed a YouTube video in a page, there is a big play button in the middle of it which plays the video when clicked. For example:
Is there a way that I can capture this click event before ...
0
votes
0answers
31 views
YouTube API When video is done
I am using YouTube API and I am trying to set-up an onStateChange when my video ends to shuffle my playlist and start at 0...this is what I got thus far
var player;
function ...
2
votes
0answers
119 views
YouTube API playlist shuffle not working?
I have been trying to set-up my youtube api to shuffle my playlist but the order is the same all the time...
Here is the link where I am getting my code from
...
0
votes
0answers
76 views
Pause youtube and vimeo programatically and detect if a video is playing
I have a slider which allows video embeds ( currently by pasting in iframe code from youtube/vimeo etc). The problem I have is that the video needs to pause the slider when the user clicks the video ...
0
votes
0answers
116 views
Get multiple embedded youtube videos playing in sequence with PRE-UPLOAD
Here is the great answer on question how to get multiple embedded youtube videos to play in sequence Get Multiple Embedded Youtube Videos to Play Automatically in Sequence
However it is not enough ...
0
votes
1answer
194 views
iframe youtube video control
hi,
i m really new to javascript and html5(just started 3 weeks ago) so my questions will maybe look a bit stupid.
So i would like to know if it s posible to stop a youtube video with a ...
0
votes
1answer
36 views
Youtube javascript api pagination params
In the youtube api v2 documentation. It recommended to use rel="previous" and rel="next"
to work with pagination.
http://gdata.youtube.com/feeds/api/videos?start-index=51&max-results=25
Let ...
0
votes
0answers
32 views
how to display one youtube video from an api search upon refreshing without repeats [closed]
I am trying to get a random youtube video from a list of specific search results to play upon loading a webpage. Video should play automatically and be the only video displayed at a time. I am a huge ...
0
votes
1answer
66 views
Changing Youtube Player Screen Size According to Browser's Window Size
If i use code below to get browser screen size there will be border and scroll bars. I want it to exactly get fitted to window no matter i open toolbars etc. I don't want border spaces and scroll ...
0
votes
3answers
60 views
On a web page with an embedded youtube player. How do I show an image above a full screen video?
I have a web page with an embedded youtube player. I need to show an image on top of a full screen playing video (flash). I have tried using z-index but it does not seem to go over the full screened ...

