YouTube is a video-sharing website on which users can upload, share, and view videos.
1
vote
0answers
20 views
+50
Youtube Flash API stalls when playing
I have a YouTube player written in ActionScript 3. Recently it's been crashing when playing videos, not at the same point but generally around 1/4 of the way in.
I'm echoing the player state and any ...
7
votes
4answers
9k views
start/play embedded (iframe) youtube-video on click of an image
I'm trying to start playing an embedded youtube video by clicking an image. The idea is to have an image on top of a video, and when the image is clicked it fades out and starts playing the video.
...
0
votes
1answer
13 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? ...
4
votes
2answers
14k views
How to embed a YouTube channel into a webpage
Can anyone suggest how I embed a youtube channel into a webpage - I am getting conflicting information from various sites, ideally using the custom player if possible? thanks
0
votes
6answers
10k views
How to embed youtube channel into site?
What is the best way to embed an entire youtube channel into a site? Looks like the "custom player" generator was discontinued recently..
Im looking for more than just a video with a scroll bar. I ...
0
votes
0answers
9 views
YouTube Client Side Uploads From iOS Device
I am trying to build an iOS app that uses the Google-API-Objective-C-Client (https://code.google.com/p/google-api-objectivec-client/) to upload YouTube videos from a device. In the example code ...
0
votes
0answers
11 views
Set onclickLister in utube api
i'm using youtubeApi (https://developers.google.com/youtube/android/player/downloads/), I'm looking for a solution for put an onclick listener on the videos on the VideoWall..
package ...
0
votes
0answers
8 views
youtube iframe embed - ios playback issues
I'm having an issue with a standard youtube iframe embed, where from an iOS device, the SAME video either plays or displays an error similar to: "Sorry, this video cannot be played at this time". I ...
0
votes
2answers
32 views
Fixed div over embbeded youtube video
I am having problems with an embedded youtube video.
I want that a fixed div goes over the embbedded youtube video. I know and read about the issue, and added ?wmode=opaque at the end of the source, ...
0
votes
1answer
1k views
Force video to open in Youtube app on Android
I have a mobile website that links to a youtube video. On Android, clicking on this link brings up a dialog asking the user to "Complete action using" their browser or the Youtube app.
Is there a way ...
-1
votes
0answers
6 views
How to query the youTude EDU content [closed]
I have used the "q=keyword" like below API for querying YouTube content.
- http://gdata.youtube.com/feeds/api/playlists/snippets?v=2&q=keyword
- http://www.youtube.com/results?v=2&q=keyword
...
0
votes
0answers
17 views
YouTube Analytics for Actionscript 3 YouTube Chromeless Player
I am using the YouTube ActionScript 3.0 API, the Chromeless Player to embed a YouTube video from a YouTube Channel in a Flash Ad.
So, once the Ad has been served, I want to know if I will have data ...
0
votes
0answers
7 views
YouTube Player in Android (YouTubeData API v3)
I am trying to use YouTubeData API in my android app. (My app need to show the youtube vedio in a part of the screen, then below other widgets). I tried to follow the Google IO 2012 training session ...
0
votes
0answers
11 views
YouTube API with iOS signing in and retrieving list of videos
I've created a couple of textfields for entering a username and password as a lock, but I want to log into an existing account - my YouTube account - through the app, and then retrieve the list of my ...
0
votes
1answer
35 views
JQuery popup hiding but not closing
I want to display an onload youtube video JQuery popup in my home page.
Looking into the internet and "mixing" some codes, I have the result bellow.
It seems to do what I was trying to do, but the ...
0
votes
1answer
168 views
Youtube Video not working within fancybox on ipad when using jquery.fancybox-media.js
I am trying to use youtube video within a fancybox with responsive features such that it can adjust its dimensions according to the device for that i had used jquery.fancybox-media.js and it works ...
2
votes
3answers
2k views
Youtube iframe api not triggering onYouTubeIframeAPIReady
I've been battling with the youtube iframe api for quite some time now. Somehow the method onYouTubeIframeAPIReady is not always triggered.
From the symptoms it seems a loading problem. No errors ...
0
votes
3answers
961 views
Play Youtube video from Flex app
I was wondering if anyone had any advice on what the best way to embed a youtube player inside a flex app is. I've looked around and it seems that one can
Try to use SWFLoader (as with what's ...
0
votes
0answers
6 views
How can you set Ustream as a background video on a website
Does anyone know how to set a Ustream as a video background on a website? I have a website that currently has a video background played through ytplayer, but need to replace the Youtube videos with ...
0
votes
1answer
18 views
Api key required when uploading video via resumable upload for youtube data v3
I am writing an android app that uploads videos to user's youtube account. Using the account manager I obtain the authtoken for the youtubeupload scope and use a resumable upload session to upload ...
0
votes
0answers
20 views
How to capture video from Youtube using HTTP Proxy?
I have tested a scenario here a proxy sits between the server and client while browsing youtube videos.
I am sniffing the HTTP traffic, and observe that at least a bunch of SWF files ...
0
votes
3answers
41 views
Open youtube app from my android app. How to pass the id?
I am quite new to Android. I need to make an app that displays a bunch videos in an overview that gets retrieved from a API on the internet
Here's what the API looks like:
...
0
votes
4answers
37 views
PHP and Youtube Videos
Is there a way to get a list of all youtube videos in a channel into a PHP array. I need the embed URL, Video Title and Description.
How could I do this?
2
votes
0answers
34 views
Youtube API (PHP) - how to add (existing) video to existing playlist?
I am using Youtube API to upload some video, but I can't figure out how to add uploaded video to specific playlist. I have searched all over Google and I haven't found any help at all.
I have read ...
0
votes
0answers
15 views
Youtube API Olders Browsers Internet Explorer 10 Browser
my problem is jquery object build doesn't work ie7, ie8 and ie9. Only ie10 success. My jquery code is,
var VR = {
init :function() {
VR.Video.init();
},
Video : {
player ...
0
votes
0answers
22 views
Show Videos from auto-generated youtube channel (Most Popular)
I started migrating to Youtube API v3.
I would like to show videos listed on "http://www.youtube.com/channel/HC4qRk91tndwg" using Youtube API v3.
As you can see, from that youtube channel, there ...
0
votes
0answers
10 views
Extending YoutubePlayerFragment issue
I want to extends a YoutubePlayerFragment and i want attach it to activity at runtime .
Now the problem is the public constructor in YoutubePlayerFragment
This constructor is public only for ...
-2
votes
0answers
26 views
Developing a Youtube like video sharing service [closed]
I would like to create a YouTube Like video sharing service followed by an iOS and Android app.
I have surfed through and have come up with some ready made scripts in PHP and Joomla framework.Would ...
0
votes
0answers
17 views
how to embed youtube video only my website. disable youtube site and other site [closed]
I want embed video only my website. disable at youtube site with other user. disable embed video at other website.
Can you help me?
-2
votes
0answers
17 views
fancybox is not working
I am using fancybox script. When I click on the link for the video ( youtube link) I got the loading icon but I don not see the video. I included the media helper and everything as it is in the link:
...
-1
votes
0answers
52 views
Why are my Youtube videos having so much trouble loading? JUST Youtube, not other videos [closed]
I am getting sick and tired of this. Youtube, in my browser, Google Chrome 26.0.14.1065, on my MacBook Pro, is running so slowly. I am at the point where I can download a 10 min video before it loads ...
0
votes
0answers
59 views
YouTube video in google UiApp through app scripts
I want to serve a YouTube video through Google Apps Scripts within UiApp, but am not able to embed a YouTube video within UiApp.
I have raised a bug with Google: Embedded YouTube videos not served by ...
1
vote
0answers
19 views
503 Google API Error, possible limit on requests? Should we setup a Retry?
We are getting the below error message intermittently for our customers pushing videos to YouTube, using api version 3. Is there a limit to how many videos can be uploaded at a time? If so, what is ...
0
votes
0answers
9 views
Youtube API: how to get more results from most_recent feed?
"most_recent" feed returns only about 100 results when I run it.
But it is obviously that youtube gets thousands of videos each day. I need to get more videos (at least their IDs) because 100 is very ...
0
votes
1answer
17 views
How can I show youtube thumbnails on my site instead of the embedded video [duplicate]
I have a CMS and the admin can link to show a video my entering the title and then the embed code which is saved on the database.
When the site is showing a list of the videos it shows all the videos ...
1
vote
0answers
29 views
Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?
The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
2answers
56 views
Youtube/vimeo iframe won't play in firefox
I am embedding a youtube/vimeo video onto my site with an iframe.
<iframe src="http://www.youtube.com/embed/{$entity->getYoutubeVideoID()}" ...></iframe>
The ...
0
votes
1answer
12 views
Is it possible to play the number of youtube urls one by one continuously on youtube in iOS?
I have array of youtube urls,I need to play the all urls which are present in the array continuously one by one on youtube .how can i play those all videos contiguously in iOS
?
0
votes
2answers
79 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 ...
0
votes
0answers
14 views
Auto-Close YouTube Video After It Finishes Playing
I've read through a bunch of forums, but haven't had any luck with this issue yet.
I have a set of about 5 YouTube videos that are set to (a) open in a lightbox and (b) autoplay in HD. What I want ...
0
votes
0answers
12 views
Zend GData Youtube API Analytics
Is there a implementation of the YouTube Analytics API https://developers.google.com/youtube/analytics/ for Zend GData? Or can anyone suggest how to implement it?
0
votes
1answer
219 views
YouTube API requires postMessage(). Why?
I've been trying to get the YouTube JS API's stopVideo() method to work for some time now. Everyone says it's as simple as calling it on the iframe element, but the only way I was able to get it to ...
0
votes
0answers
21 views
iOS Youtube iframe bug
I am playing an embedded Youtube video (iframe) on iOS. I want to manipulate the iframe's size dynamically with javascript. I noticed that when I change the frame's size with javascript, the video is ...
0
votes
0answers
30 views
Downloading and using the Youtube API on iOS
I want to create an iPhone app that analyses the statistics of youtube videos from a channel and the statistics of the channel itself.
Presumably using the youtube API is the best way to go ( and I'm ...
2
votes
0answers
89 views
How works Jasmine YouTube Client for ios?
As you know, there is no way to play YouTube video on iOS using MPMoviePlayerController (except the case where you extracting a direct url before passing the url into MPMoviePlayerController which is ...
0
votes
0answers
23 views
Youtube Channel Search with Displayed Results within Dreamweaver Site
here is my question:
I would like to be able to add a search bar to my website that specifically searches videos within just my youtube channel. When "Search" is clicked, I would like that to link ...
1
vote
2answers
80 views
youtube video blocks buttons on mobile browser
could you help me with the following case:
I have a youtube video on my website.
<iframe width="400" height="225" src=http://www.youtube.com/embed/jKIfjiIjd?
rel=0& ...
0
votes
0answers
15 views
popcorn.js: on mobile browser youtube “play” button does not appear
I've been using popcorn.js with youtube videos successfully for a while. Starting recently, on a mobile browser (in my case on iPad 2) the play button doesn't appear as it did in the past. The video ...
0
votes
1answer
44 views
Iframe from Adsense (250x250) auto-resizes Iframe for Youtube on same page to 250x250
The same page ( www.goo.gl/xLAhN ) has a youtube video embedded in size 640x390 in an iframe using the following code: (3 variations of youtube embed code were tried all with same results)
...
0
votes
0answers
12 views
OAuth Error For PHP to YouTube Upload
I'm trying to implement the code for uploading YouTube videos using CodeIgniter
See:
https://developers.google.com/youtube/articles/codeigniter_library
When I run function 'access_youtube', I do ...


