I'm new to Flex and currently working on the Video Component in Flex. The problem is: Buffering starts only after the specified time. So, if i have specified the Buffer Time to be 2 s, then the video buffers for sometime, gets the data for the 2s and then plays it and then again buffers. The point is it is not buffering in parallel to playing. Is there any way of making this possible in Flex 3? Or is it already there in newer versions of Flex?

Thanks,

Pranav

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

The Flex videodisplay already buffers while playing. What must be happening there is that your download rate is much slower than play rate. Try increasing the buffer to more than 2s.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.