1

Flv seems like can't be use with loader but NetStream. But I wanted to play the video only after I have completely download it (smooth viewing with no buffering time). How can I do it with NetStream? And Can I have multiple video load at same time, and play it according to some array arrangement?

Hwang
  • 502
  • 1
  • 12
  • 32

1 Answers1

4

you can check if stream.bytesLoaded == stream.bytesTotal

www0z0k
  • 4,444
  • 3
  • 27
  • 32