Play FLV from ByteArray in Flash Player

前端 未结 5 1977
臣服心动
臣服心动 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:44

    I'm not sure this is possible at all since I have no idea how Flash encodes SWF embedded videos, but maybe you could convert that flv bytearray to a swf with the flv embedded in the timeline and use that bytearray to display it with Loader.loadBytes...

提交回复
热议问题