AS3: Showing bufferlength of NetStream

Posted by Tinelise on Stack Overflow See other posts from Stack Overflow or by Tinelise
Published on 2010-03-24T08:34:55Z Indexed on 2010/03/24 8:43 UTC
Read the original article Hit count: 337

Filed under:
|
|

I am trying to show the buffered amount of a video that is playing. I am using netstream.bufferLength to do this and it kinda seems to be right. Exept from the fact that it is almost constantly the same amount that is buffered. This can't be right?

I want it to be like youtube where you can press pause and the buffer will continue to rise. When I click pause it just stays the same..

Anybody knows how to show buffer length?

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about netstream