Tagged Questions

3
votes
1answer
449 views

How to write a program to speed up youtube playback

I want to watch videos from YouTube at a faster playback rate. A while back I asked if there is a utility that can speed up video playback. The only thing that was mentioned was some closed source ...
2
votes
2answers
767 views

is there any other way to view youtube video on delphi?

i see the http://www.delphiflash.com/demo-youtube-video on how to load flash video on delphi but its not for free. is there any other way? like html then TWebBroeser? sampleVideo.html //this will ...
1
vote
0answers
171 views

how does google-chrome match cached youtube video with the player

I am on ubuntu 11.04 and chrome caches youtube videos in .cache/google-chrome/Default/Cache/ folder with a pattern like f_00b3. I looked at the html source of the youtube page to figure out how the ...
1
vote
0answers
170 views

Minimum Flash player for Youtube

Is the minimum version of Flash Player required 9? or 10?
1
vote
2answers
123 views

prevent youtube playing the video automatically [closed]

one thing that annoys me on youtube is that it always starts playing the video automatically after opening the video page. is there a way how to prevent it? i don't see such option in profile ...
1
vote
2answers
261 views

Video in Browser: Embed YouTube and others

I want to embed videos from different video sites like YouTube, Vimeo and so on... But I have a problem: The Skins of the players are all different and I want a consistent video skin. Is there any ...
0
votes
1answer
184 views

YouTube video overlaps on the HTML drop down menu (Superfish)

I have a webpage, having drop down menus using Superfish. I have embedded a YouTube video on that page, using iframe. The problem is, YouTube video overlaps the menu. This issue is there on IE and ...
0
votes
0answers
31 views

Looking for a recommendations for a solid video player with certain file rendering capabilities

I am looking for a solid Flash ( does not have to be ) video player that plays .FLV,.MOV and can be fed url's from youtube and other video hosting sites at the very least. This is the current player ...
0
votes
0answers
382 views

Control Youtube video player using Javascript from FireFox addon

I wrote a FireFox addon which has a button on the toolbar. On click event, I am trying to find the EMBED element and try to call pauseVideo() on it, but it doesn't work. I am sure the object I get is ...
0
votes
1answer
368 views

Play a local video with YouTube Player

Is this posible? Can I play a local video with YouTube player? Where can I download the code? Thanks EDITED: what i really want is a player similar to YouTube's, i need to look the same, so i can ...
0
votes
1answer
106 views

Why does youtube player(and maybe others too) overlaps floating div?

How do I prevent it from coming to the front. Flowplayer doesn't behave this way...
0
votes
1answer
149 views

What happens when an youtube swf file is buffered

Whenever a youtube or any other flash content is buffered on the browser, isn't it true that is downloaded to the client computer ? So my assumption is that, any completely buffered youtube file ...
0
votes
2answers
622 views

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