Is it possible to get download progress of video/image in HTML5 ?

Posted by Janusz on Stack Overflow See other posts from Stack Overflow or by Janusz
Published on 2010-03-25T11:49:47Z Indexed on 2010/03/25 11:53 UTC
Read the original article Hit count: 160

Filed under:
|
|

Hello,

Almost every flash player has an option to display how much of buffer (or % of total video) is downloaded to the client. At the moment I don't see it in any implementation of html5 video player.

The real problem I am trying to solve is to have a way of knowing % of downloaded asset (image/swf/video whatever). In flash its easy by using MovieClipLoader and bytesLoaded property.

Is there any way of doing it in HTML/HTML5/Javascript (without relying on Flash) ?

Thanks!

© Stack Overflow or respective owner

Related posts about html5

Related posts about flash