Hi,
I would really be obliged if someone replies for the following questions, as I am new to Flash Lite and also video formats and codecs.
1. What are the extensions for the native and device videos in FL 3.0 as referred in the link http://www.hsharma.com/tech/articles...video-volume/?
2. Presently I am only using .flv videos for streaming and would want to know which other video formats (I mean extensions, as I am new to this) can be streamed and which can only be played?
---------------------------------
myNc = new NetConnection;
myNc.connect(null);
myNs = new NetStream(myNc);
myNs.bufferTime = 5;
player.attachVideo(myNs);
myNs.play("myFile.flv");
----------------------------------
3. Is a 3gp a native video or a device video?
4. How can I code to play the device videos, if they cannot be streamed?
Regards,
Supriya Tenany
Regards,
Supriya Tenany



