hi,
Which video file formats can be streamed in FL 3.0/AS 2.0? I am able to stream only flv using the following code as mentioned in http://flash-reference.icod.de/NetStream.html:
---------------------------------
myNc = new NetConnection;
myNc.connect(null);
myNs = new NetStream(myNc);
myNs.bufferTime = 5;
player.attachVideo(myNs);
myNs.play("myFile.flv");
----------------------------------
How can I stream other file formats especially the 3gp?
Regards,
Supriya Tenany



