Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 should be found on my client right ? For example, when i view this video on youtube, i see that it is actually referring to this swf location 'http://s.ytimg.com/yt/swf/watch_as3-vfl144654.swf'. How does youtube actually buffer this video on my computer then ?

Note: My objective is NOT to download youtube videos as i know there are extensions available for it. I just want to know how it works :) .

Thank you in advance..

share|improve this question

1 Answer

Your browser downloads the video. Look into the cache for suspiciously big files. These are flvs.

share|improve this answer
Flash plays back H.264 .mp4 directly these days; formats aren't just limited to .flv. – ephemient Feb 5 '10 at 22:23
Checked C:\Users\<uname>\AppData\Local\Mozilla\Firefox\Profiles\2xsie03b.default\Cache but found no swf files in there :( – coder Feb 5 '10 at 23:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.