
Player repeat looping pause
I got the video to repeat... but it loads the spinning circle screen for a split second on the loop. How do I get rid of that? I've seen several posts on here that are similar but have had no luck.
bc.. <script type="text/javascript">
//<![CDATA[
var so = new SWFObject("'.$sitepath.'player/jwplayer/player.swf","mpl","630","500","9");
so.addParam("allowscriptacces","always");
so.addParam("allowfullscreen","true");
so.addParam("wmode","opaque");
so.addParam("wmode","transparent");
so.addParam("shuffle","false");
so.addParam("flashvars","file='.$sitepath.'uploads/vids/'.$videores['fileid'].'/'.$videores['fileid'].'.flv'.$hd."&repeat=always"."&autostart=true".'&skin='.$sitepath.'player/jwplayer/skin/'.$skinname.'&autostart=false&dock=false&provider=http&stretching=false");
so.write("player");
//]]>
</script>';