0

I noticed that the play() function of netstream is a mix of loading and playing. But I just want to load it,not to play it.What can I do?

I have tried setting the buffertime same as the duration of the video. It didn't work out well...

1 Answers1

0

Check whether the bytes loaded equals bytes total repeatedly. If they equal, remove the listener/stop the interval and play the video.

Fygo
  • 4,555
  • 6
  • 33
  • 47