I want to play an flv video file in my website. The video will be started playing considering the internet connection speed of client machine so that the video will never pause showing the loading image for buffering.
Either the buffering/streaming will be completed first then play or the video will start playing after a short delay while buffering will be done e.g. 40% and rest of buffering will go simultaneously so that the video will never pause and show the loading image.
How to accomplish this? Is it possible to implement?
Please help to implement this.
The easiest way is to use Pre load asset manager. There is an example:
With percentLoaded_num you can set the amount that needs to be loaded before playing. Instead of the swf's use the flv's you want to preload. I haven't used it for flv's but it should work. Check the documentation for more information on this.
Also it's not a good idea to not allow buffering when not preloading the whole flv. Internet speeds are variable.