Hello experts!

I am new in flex and have simple question. How can I play video from
ByteArray source?

I require somthing the following:

var ns:NetStream = new NetStream(nc);
Video.attachNetStream(ns);

var ba:ByteArray() = new ByteArray();
ns.attach(ba); // or any other way to attach bytearray to netstream
ba.write(buffer)
ns.play()

Is it possible?

Thanks,
Valery.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to