Play FLV from ByteArray in Flash Player

前端 未结 5 1976
臣服心动
臣服心动 2021-01-02 21:01

I have a flash video file (FLV) stored in the ByteArray object and would like to play this video. Is there any way to achieve it? Maybe using Alchemy?

Thank you!

5条回答
  •  北海茫月
    2021-01-02 21:36

    There is now a better way of playing a video that you have stored in a ByteArray using NetStream.appendBytes().

    Here is an example of it in use: http://www.bytearray.org/?p=1689

提交回复
热议问题