//html
<a href="<?php echo $webUrl;?>/static/media/lhdzf.flv" style="display:block;width:308px;height:200px;" id="player">
</a>
// js
<script src="/plugins/flowplayer/flowplayer-3.2.13.min.js"></script>
<script>
flowplayer("player", "/plugins/flowplayer/flowplayer-3.2.18.swf", {
clip: {
// these two configuration variables does the trick 視頻播放器
autoPlay: false,
autoBuffering: true // <- do not place a comma here
}
});
</script>