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
0answers
14 views

How to upload large files on YouTube using Youtube API V3

I am using the following code to upload large files onto Youtube, but it chunks the large files into different parts, and rather than sending them separately and upload them at once it uploads them ...
0
votes
0answers
10 views

Youtube API player chrome extension

I'm a newbie using YouTube API player. I'm building a chrome extension to work with YouTube's API. In order to use the player, I have created a method in which I make this: popup.js : ...
0
votes
1answer
11 views

format of yt.play playlist for embedding a playlist

Writing first chrome extension and I cant figure out how to load a playlist with my YT.Player, my attempts of just having an "array" of video ids does not work. Sorry if this is an easy question to ...
0
votes
0answers
17 views

Use a youtube playlist and go to other page after it finishes? [duplicate]

I want to make a webpage with a youtube playlist and, when it finishes playing all the videos, automatically must redirect to another webpage. How do I do this? I am new in web developing, so please ...
0
votes
0answers
25 views

I update the same video ID, but the youtube-api v3 still show “Video not found”

I used google js api Link1and youtube v3 api Link2 I want use js to update my video, the js code for listing videos: var requestOptions = { playlistId: playlistId, part: 'snippet', //id: ...
0
votes
1answer
26 views

Has anyone found a working implementation of YouTube Direct?

I'm working on a website that has a need to accept user-submitted videos. After some research, it seemed like YouTube Direct would be a good fit for our purposes. Most Google products are very ...
1
vote
0answers
29 views

Uploading a video to youtube from browser

Im OK authorized. I have 2 button's like this on my page: <input type="file" id="fileToSend"/> <input type="button" onclick="upload()" value="Upload" id="btnSend"/> I want to upload ...
0
votes
0answers
28 views

Dynamically Embed Multiple swfObject

Each page contains several youtube videos (retrieved from an xml file). Every time a next page button is clicked, a new set of videos are loaded into the main container on the body while deleting all ...
1
vote
0answers
17 views

Controlling Youtube Frames generated in Wordpress and loaded via Ajax

I am developing a Google Map interface where all video are included in Wordpress posts and appended to Marker. The interface includes also "4 div container" preloaded right above the map, and when I ...
0
votes
2answers
27 views

Initializing an empty player with Youtube Javascript API

I have made a component for my web app that initializes a YouTube player on the page. This player will be used to an un-demand video on to the page. However, when initializing the player, I have to ...
0
votes
1answer
47 views

Using Javascript to scan JSON data from youtube API

I am trying my hand at searching youtube with the youtube API via Javascript, and as per the google docs on the matter: <div id="agenda"></div> <script> function ...
0
votes
2answers
26 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
39 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
46 views

YouTube iframe api is resizing my embedded videos with the wrong size

I'm trying to embed a YouTube video into a page on my site. I'm using exactly the code specified in https://developers.google.com/youtube/iframe_api_reference: <div id='player'></div>" ...
0
votes
0answers
36 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 ...

1 2 3 4 5 18
15 30 50 per page