Play FLV from ByteArray in Flash Player

actionscript-3apache-flexflashflvvideo

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!

Best Answer

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

Related Topic