0
votes
1answer
18 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
17 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 ...
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
1answer
67 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
1answer
45 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
1answer
16 views

How do I ask users to provide me link for their youtube videos

Is their any good way to ask users to link their you tube videos to my site. Currently I am doing this in below way, I have a text area field and help page which asks users to copy the code from ...
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 ...
-1
votes
2answers
37 views

Remove branding and title link from embeded youtube video

Can anyone please suggest a way to remove link back to youtube and branding (watermark or logo) from embedded youtube video. The below tag remove branding: <iframe allowfullscreen="" ...
0
votes
1answer
82 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 + ...
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 ...
-1
votes
0answers
30 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
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 ...
1
vote
2answers
96 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 ...
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 ...
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
1answer
45 views

Why is the video not loading?How should I load and play a video on a chromeless player?

<html> <body> <div id="ytplayer_div1">You need Flash player 8 or higher to view this content.</div> <script type='text/javascript' src='swfobject.js'> </script> ...
0
votes
1answer
43 views

How do I run a saved html from jsfiddle locally?

I'm trying to run a jsfiddle code locally, specifically this one: http://jsfiddle.net/BAqTe/ I've looked around and people suggest using "/show" and saving the page, and loading the dependencies, but ...
0
votes
1answer
36 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
1answer
182 views

“Video is currently unavailable” - Youtube Javascript/iFrame API for iOS App (UIWebview Embed)

I try to integrate a Youtube player inline to a UIWebview. I use the Javascript/iFrame API with the Player API. In general, the player works ok. But there are some cases where the video does not ...
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
1answer
64 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
43 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
2answers
99 views

How to embed youtube videos as playlist

I have numerous youtube video clips, and I was wondering if it is possible to embed them on the site as youtube playlist, so that the next video starts playing automatically once the clip finishes. Is ...
0
votes
2answers
127 views

YouTube API: custom button to start playing an embedded video

I have embedded a YouTube video in a website, but I want to start playing it by clicking on a custom button outside the player. After some research on the web I've tried with this piece of js: ...
0
votes
1answer
38 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 ...
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 ...
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
181 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 ...
1
vote
1answer
61 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
1answer
91 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" ...
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 ...
0
votes
1answer
64 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
55 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 ...
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
1answer
134 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
86 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
1answer
58 views

Maximum play time for youtube video player playlist

I have not been able to find any documentation if Youtube implements a timeout (max play) feature into its javascript / flash players. Has anyone ran into this? My team is running into an issue ...
0
votes
2answers
187 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
240 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 ...
1
vote
1answer
50 views

How to load/pause/resume youtube video in Cocoa app?

To load a youtube video is very simple. I use webView; NSURL*url=[NSURL URLWithString:kVideoLink]; NSURLRequest*request=[NSURLRequest requestWithURL:url]; [[self.webview mainFrame] ...
0
votes
3answers
54 views

Displaying iframe with javascript/jquery

I have this iframe: <iframe width="0" height="0" src="http://www.youtube.com/embed/Nc9xq-TVyHI?autoplay=1&start=110&end=119" frameborder="0" ></iframe></body></html>'; ...
3
votes
1answer
97 views

Return video duration from Youtube API using JSON

I'm trying to retrieve and print the duration of each video that is being returned via the Youtube API using JSON. The duration needs to be out putted like this: 9:34min and not in seconds But I ...
1
vote
2answers
161 views

Wordpress JQuery Ajax request readyState always 0

I can't find an answer to this problem. I'm trying to get the youtube video title (form Wordpress of course, but I want to do it from javascript). Well my code looks like this: $.ajax({ url: ...
3
votes
1answer
112 views

YouTube iFrame API: events fired for TrueView InStream Ads (video ads)

Which events are fired when a TrueView InStreams ad starts and ends? The YouTube iFrame API reference does not give any hint about it. I need to know when the real video starts. As these ads are ...
0
votes
1answer
851 views

Twitter bootstrap carousel youtube video auto start

I have created a Twitter Bootstrap carousel to display pictures and text. So far this goes great. But I would like to add YouTube videos to the slides, I would like the videos to automatically start ...
-2
votes
1answer
51 views

Take control of existing YouTube player [closed]

I have an embedded YouTube player on my page (iframe). How can i take control of it? i.e. how can i get JavaScript API object for existing player? I need to pause it programmatically.
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 ...

1 2 3 4