0
votes
1answer
8 views
Uploading video using the YouTube API via Flash AS3
Hi,
I'm trying to work out how to upload videos to YouTube using the api from flash. There seems to be libraries available for doing this with php, ruby, java etc. but not AS3.
Ca …
0
votes
1answer
30 views
AuthSub token from Google/YouTube API is always returned as invalid
Anyone out there have experience with the YouTube/Google API?
I am trying to login to Google/Youtube using clientLogin, retrieve an AuthSub token, exchange it for a multi-session …
0
votes
1answer
26 views
YouTube API: videoEntry context in playlist
Is it possible to find the context of a video in respect to any playlist that it is included in? I would like to be able to check if the videoEntry is included in a playlist and, i …
0
votes
1answer
30 views
Youtube API - YoutubeVideoApp Zend example
Hi,
I just downloaded the Youtube Zend library.
However, trying to run this sample app YoutubeVideoApp and running the "retrieve my videos" keeps on giving me this error.
ERROR E …
0
votes
0answers
46 views
Best YouTube embedded player? (based on Chromeless API)
Hi. I'm building a website that will include embedded videos, and I've decided to use YouTube for video hosting as it's got the best functionality and the largest community.
Howev …
0
votes
1answer
24 views
YouTube API videoEntry count comments
I am trying to get the comment count for a video entry but this is giving me a count of 1 when there are no comments. Any ideas?
<?php
$commentFeed = $yt->getVideoCommen …
1
vote
2answers
2k views
Youtube API integration ASP.net - upload video with a single page
Hi,
we are trying to use the Google YouTube API to upload videos from our website to Youtube through the browser directly.
The API works in two steps, in the first step we need …
0
votes
1answer
25 views
Stopping youtube video once it reaches a point
It looks like the YouTube API does not have a way to stop a video playing once it reaches a certain point. It has a way to start it at a certain point, but not to stop it at a cert …
0
votes
1answer
46 views
How to display YouTube video icon from Link
Hi,
In my Rails app I want users to be able to input video links from YouTube. I want to be able to display the YouTube icon for that link.
How can I do that?
Thanks,
Tam
0
votes
0answers
10 views
Getting the number of views for a video uploaded to YouTube?
I uploaded a video to you tube and through my site i embeded those videos.
I need to display total views made(visited through my site/directly from you tube). for that video in my …
0
votes
3answers
126 views
youtube chromeless as3 player
I'm goofing around with the new youtube as3 API but got stuck. This is
how far i got (from looking at their sample code).
http://pastie.org/656088
public class Main extends Sprit …
0
votes
1answer
97 views
Youtube as3 player API errors
I'm trying to get the youtube as3 chromeless player to work. I have followed the youtube as3 API examples and this is what i got so far:
public class Main extends Sprite
{
Se …
0
votes
1answer
78 views
When searching Youtube using the Data API, how can I exclude videos that cannot be played externally?
The Youtube API will return videos that can be played no problem within the chromeless player. It also returns videos that cannot be played, - "Embedding disabled by request".
I d …
3
votes
3answers
46 views
Recording to Youtube
Hi, is it possible to record a video straight to Youtube?
Say I have a site, can I have a recording functionality and use some kind of Youtube API that will have the end video post …
1
vote
1answer
91 views
VB.NET - Webrowser freezes when navigating from Form Load event
I'm trying to load up a YouTube page using Visual Studio 2008 and a very simple Visual Basic project that contains just a WebBrowser. I want to load the page when the form loads:
…
