# Need NetStream.bytesLoaded equivalent for streaming vids

**URL:** https://forum.kirupa.com/t/need-netstream-bytesloaded-equivalent-for-streaming-vids/298127
**Category:** Uncategorized
**Created:** [October 14, 2009, 1:14am UTC](https://forum.kirupa.com/t/need-netstream-bytesloaded-equivalent-for-streaming-vids/298127 "2009-10-14T01:14:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![qhrome27](https://avatars.discourse-cdn.com/v4/letter/q/f04885/32.png) [@qhrome27](https://forum.kirupa.com/u/qhrome27)
#### Post date: [October 14, 2009, 1:14am UTC](https://forum.kirupa.com/t/need-netstream-bytesloaded-equivalent-for-streaming-vids/298127/1 "2009-10-14T01:14:38Z")

</div>

Hello,

I have a custom video player built in AS2.0, which I have just made work with streaming videos using a streaming server and RTMP protocol.

Once I started streaming the videos, the property NetStream.bytesLoaded stopped working completely. I just get 0 for bytesLoaded and for bytesTotal.

Is there an equivalent to “bytesLoaded” in AS2.0 that I can use to tell the load progress?

I need it for the progress bar as well as to determine the speed at which people are receiving the video.

Thanks
