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!
There is now a better way of playing a video that you have stored in a ByteArray using NetStream.appendBytes().
ByteArray
Here is an example of it in use: http://www.bytearray.org/?p=1689