buffering - Flowplayer is not autobuffering but loading whole video -
i using flowplayer play flash video. i've set autobuffering true still loading whole video before playing. i've tried setting bufferlength: 2, no better. when using html5 (code not shown), works correctly. ideas? looks jwplayer same thing - although @ least shows happening. issue flash swf has process whole file first?
<object id="flowplayer" width="640" height="360" data="./flowplayer/flowplayer-3.2.16.swf" type="application/x-shockwave-flash"> <param name="movie" value="./flowplayer/flowplayer-3.2.16.swf" /> <param name="allowfullscreen" value="true" /> <param name="flashvars" value='config={"clip": {"url": "./videos/<? echo $video ?>.mp4", "autoplay":true, "autobuffering":true}}' /> </object>
Comments
Post a Comment