网页中播放视频的插件


<script type="text/javascript" src="../static/web/js/jwplayer/jwplayer.js"></script>

<script type="text/javascript">

  jwplayer("video_play").setup({
  flashplayer:"../static/web/js/jwplayer/player.swf",
  file:"../"+文件相对html文件的相对路径,
  image:"../static/web/images/videoa.png",
  controlbar: 'bottom',  //控制面板的位置参数
  width:"664",
  height:"516"
  });

</script>

其他的参数详见http://j-coriolanus.blog.163.com/blog/static/64211038200992011745532/

 

下图为文件的相对路径

网页中播放视频的插件

网页中播放视频的插件

你可能感兴趣的:(插件)