youtube

How to change embedded NBA.com video width/height?

Link to video: http://www.nba.com/video/channels/top_plays/2009/06/14/nba_20090614_top5.nba/index.html Default embed code: <script src="http://i.cdn.turner.com/nba/nba/.element/js/1.1/xmp/module.js?vid=/video/channels/top_plays/2009/06/14/nba_20090614_top5.nba" type="text/javascript"></script><noscript>Embedded video from <a href="htt...

working of video75 and googlevideo caches

Possible Duplicate: creating a proxy site video75 can be used to search youtube videos in countres like turkey, where youtube is banned. I observered the request and response from video75 and saw that it ultimately streams the video from googlevideo cache . I tried to play a video on video75 and I saw that ultimatly video was ...

How does YouTube's flash player retrieve its media?

I'm trying to build a flash widget which will grab videos stored on my server. How does one do this to allow for maximum scalability? I want to emulate what YouTube does. Does it make a SOAP request? What kind of server is it talking to? An application server? A server that only serves videos? ...

Youtube Comment Search

Digging around on youtube and flickr's APIs, I noticed Flickr allows you to poll all recent comments (once per hour). Youtube however only allows pulling all comments for a specific video. I'm curious if anyone has any clever ideas on a way to poll+cache or search site-wide youtube comments. I don't know what the comments per second r...

Private viewers using the YouTube API

Has anyone been able to set who can view a private video on YouTube using the API? ...

How to resize a YouTube player, from thumbnail size to 'normal' size...

I guess this is similar to what Facebook does, but...I haven't worked out how to follow what they do and if this is a dupe, I apologise. The idea is to have a thumbnail-size player (width="220px" height="180px") that, when clicked, resizes to a 'normal' size (normal is arbitrary, of course, but for the sake of this example, if we go wit...

Problem with removing/animating a YouTube flash video-player container.

I used the code from the following question to insert a YouTube video into a page: http://stackoverflow.com/questions/1314662/how-to-resize-a-youtube-player-from-thumbnail-size-to-normal-size. Given the following html: <dl> <dt>Thoughts of Sacrament</dt> <dd><div class="placeholder"><img src="img/H5ZEYFgmfYo.png" id="H5ZEYFgmfYo" /></d...

Fastest way to get YouTube videos for over 100.000 songs

What is the fastest way to get YouTube videos for over 100.000 songs? I'm currently using PHP and SimpleXML to parse YouTube's feed, but it seems to be pretty slow. Any other ideas? ...

What language would you recommend to make a script to transfer YouTube favorites/playlists from one account to another?

My friend's birthday is coming up soon and she lost the passwords to two of her YouTube accounts and the emails associated with them, so I'd like to do this for her. I only have game programming experience in various langauges, but I think that I could learn to do this. Any language recommendations/tips/thoughts? ...

Convert the wordpress YouTube tag to an object embed

If a few of you are unfamiliar with Wordpress's YouTub tag, it looks like this [youtube=http://www.youtube.com/watch?v=ooCLnrmIRFo&amp;feature=related] I am not very good with regular expressions, and all I have found out how to do is get from everything in between "[youtube=" and "]" using the following, but i need the value of "v". ...

Lightbox to show videos from Youtube and Viemo?

I'm looking for a lightbox to show videos from Youtube and Vimeo. Any suggestions? ...

How to load silverlight player into browser to play video using PHP

I am trying to build a web which broadcast video. For that I chose Silverlight as player. But I dont know how to load the silverlight player. I searched in google but nothing helps me. Please give me suggestions. Any help will be appreciated. ...

YouTube style throttling in Flash

I may be completely insane on this one, but it seems like the download/buffer rate of YouTube videos is faster at the beginning and the further the buffer point gets from the currently playing mark, the slower buffering goes. Am I crazy, or does it work this way for everyone else? Assuming the latter, any theories on how they do it? Is...

How do I embed YouTube video that will work support keyboard in Firefox?

I'm looking for a way to embed youtube/flash video to html page that will work in firefox using only keyboard support. The problem is that in FF you can't set the focus in/out of the player using your keyboard. You must use the mouse (Not Accessible). Any idea? Thanks ...

Stickman Lightwindow & youtube : broken in IE8

Stickman's site is down now - looks like he took it off line. I just found out that IE8 breaks the youtube embed for his lightwindow. IE8 tried to download the file from the link instead of displaying it. Anyone have other solutions or a work around for IE8? Found this page where someone sucked down his How To page before it was take...

Curl php youtube

Hi I am trying to build php youtube api without a Zend function this is what I have till now: function upload() { $files = $_FILES; $name = $files['file']['name']; $type = $files['file']['type']; $size = $files['file']['size']; $tmp_nm = $files['file']['tmp_name']; $data = array('name' => 'Foo', 'file' => '@'.$...

WPF WebBrowser Troubles

Hello everyone, I have a WPF WebBrowser object in my application in which I am trying to view an isolated YouTube video. Every time the WebBrowser navigates to this YouTube video, I (the user) am presented with a dialog box stating the following: File Download - Security Warning Do You Want to Open or Save this file? Is there any w...

Simple scraping of youtube xml to get a Python list of videos

I have an xml feed, say: http://gdata.youtube.com/feeds/api/videos/-/bass/fishing/ I want to get the list of hrefs for the videos: ['http://www.youtube.com/watch?v=aJvVkBcbFFY', 'ht....', ... ] ...

MPMoviePlayerController issue after playing back YouTube

I have a MPMoviePlayerController and it plays fine when I play .mov from a server. I can play multiple movies in a row and I am not encountering any issues. However, I also need to be able to play back some YouTube videos, and have embedded a UIWebView with that allows me to play YouTube videos. Playing several YouTube videos in a row i...

Why does my embedded youtube video work in FF, but not IE?

Hello, I'm using the following code... <object width="425" height="344"><param name="movie" value="**URL**"></param><param name="allowFullScreen" value="true"></param><embed src="**URL**" type="application/xshockwave- flash" allowfullscreen="true" width="425" height="344"></embed></object> to display a youtube video. It works in Fire...