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