网页中播放视频的插件


<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/

 

下图为文件的相对路径

posted @ 2013-03-22 12:05  Nancy_0324  阅读(403)  评论(0编辑  收藏  举报