youtube

multilanguage youtube subtitle suport

hi there i'm curious in finding an alternative for youtube video captions/subtitles. I wish to give open access to anyone to add subtitles in their native languages for videos posted on my site. Do you have any idea about how can be this done? Do you have any ideas what tools to use? I'm good with PHP. ...

How does YouTube calculate the number of views for a video?

I have made an internal movie site in .Net. I play the movie trailers using jw player. Now I want to know how to calculate the number of views for a video? Is it possible through code? PLease help. NBL I dont have any database. I add the videos through an xml and the code reads the xml. ...

YouTube API Comments Feed

Hello, I am attempting to get the Comments Feed from a video entry using the YouTube API for .NET. I am working on a program in WPF and C#, but can't seem for the life of me to figure out how to retrieve this feed. I tried looking at the YouTube API Developer's Guide, but it seems to be missing some information about Comment Feeds (ne...

Palm Pre not picking up embedded YouTube videos

I've embedded a YouTube video onto a site (built in drupal) using the embed code from the video's YouTube page. If I visit that page on an iPhone, it picks up the fact that there is a YouTube video and displays the icon that you click to pop open the video and watch it. If I visit the same page on a Palm Pre it just displays a blank ...

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: Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load WebBrowser1.Navigate("http://code.google.com/apis/youtube/...

How to run the iphone youtube clips?

How do really Iphone run youtube clip, which I know there's no support .Flv or flash? Convert on the clip to run them? If so what format they convert it to? ...

Youtube XML ASP classic problem

Using the following code: <% Option Explicit Response.Buffer = True Dim videoVimeo : videoVimeo = "http://vimeo.com/5866977" Dim videoYoutube : videoYoutube = "http://www.youtube.com/watch?v=d8nxjUlbKJA" videoYoutube = Replace(videoYoutube,"http://www.youtube.com/watch?v=","") videoYoutube = "http://gdata.y...

Best YouTube gem for Ruby?

Is there a definitive gem for the YouTube API? I'm trying to use youtube_g, but it seems to break on some basic stuff. ...

How to embedd a youtube video inside a swf

Embedding YouTube videos using the embed code in a blog or HTML/PHP page is straight forward. Is there a simple method to "embed" the same video within a Flash/swf interface? ...

Programmatically determine whether a Youtube video has been taken down

I'm getting most of the music on Rap Exegesis from YouTube (in the form of embedded players). Unfortunately, there's always the risk that one of the videos I'm using will be taken down (due to copyright issues or whatever), thereby breaking the corresponding page on my site. Ideally I would have a cronjob that would check (nightly say) ...

Youtube to MP3 Convert - Visual Basic 2008

Hello, I'm wondering if I can create an application that converts a youtube link to mp3 and save it on a desktop. Does anyone have any suggestions to do this? Any references of links? Best Regards, Kevin ...

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 Sprite { Security.allowDomain("*"); private var player:Object; private var loader:Loader; public function Main():void { if (stage) init...

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 { Security.allowDomain("*"); private var player:Sprite; private var loader:Loader; public function Main():void { if (stage) init(); el...

Youtube App on iPhone ignoring private videos

Hello there. I seem to have noticed an odd bug in the YouTube App with the iPhone. I have written a small program that fires off the YouTube app with a url like: http://www.youtube.com/watch?v=adsakasjda This video is a private video held on youtube. When the Youtube player launches I receive the message "YouTube not available". HOWEV...

writing a php script to download youtube videos

hi all, i am looking for a way to download youtube videos from within php. but i dont have any experience about this sort of programming. i dont know whether it is about API programming, socket programming, curl or .... any help or reference will be appreciate. ...

How to play the YOUTUBE video automatically when a page loads using PHP

Hi, Is there any possible way to PLAY a you tube video on page load and to get the TOTAL PLAY TIME of that particular video. Any related reply will be helpful... Thanks in advance... Fero ...

YouTube Autosuggest API - where to find samples or documentation?

I want to create a YouTube video search box with the same autocomplete feature. Any idea where can I find samples or and documentation? Thanks ...

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 ...

PHP Regex & YouTube

I am writing temporary PHP script to update MySQL database of my vBulletin forum. Here's what it does. It finds any entry that has a [youtube][/youtube] code. And then it has to replace that code with a link to the youtube video instead. So, here is an example of what I have to take: $string = <<<END Hi everyone! Check out this video ...

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 certain point. I'm wondering if there's a workaround for this? or maybe I glanced over it without noticing. ...