PDA

View Full Version : How to seek to any time of an (unfinished) loading FLV?



bonnieraymond
January 29th, 2009, 02:18 AM
I see YouTube can seek to any time of the video even when it's not fully loaded. How can we do this? Is this a server side or client side coding?
Thanks!

bonnieraymond
January 29th, 2009, 12:37 PM
bump, anyone?

creatify
January 29th, 2009, 03:00 PM
you need to use a streaming server to achieve that, like Flash Media Server or akaimi. That server true streaming media, so the request from flash can play media at any position, where as without a streaming server, your media files are progressively downloaded, ie, you can't play a portion of the media that hasn't downloaded fully yet.

bonnieraymond
January 29th, 2009, 03:40 PM
thanks, so that needs server-side supporting.

creatify
January 29th, 2009, 03:57 PM
yep