When a click START button player downloads -=entire=- file and only then starts to play video :(((( What can be wrong?
<script type="text/javascript" src="/flowplayer-3.0.1.min.js"></script>
<a href='http://www.club-bars.com/article/page/5f1.mp4' style="display:block;width:400px;height:324px" id="player"></a>
<script type="text/javascript">
flowplayer("player", "/flowplayer-3.0.1.swf", {clip: {autoPlay: false, scaling: 'fit'}, canvas: {backgroundColor: '000000', backgroundGradient: [0.0, 0.0]}});
</script>