免费轻量级网页播放器f4player, flv, f4v, mp4, stream, live stream, subscribed CDN

来源:互联网 发布:三国群英传辅助软件 编辑:程序博客网 时间:2024/04/30 00:58

免费轻量级网页播放器f4player, flv, f4v, mp4, stream, live stream, subscribed CDN

    博客分类:
  • Javascript /Jquery / Bootstrap / Web

用法:

Html代码  收藏代码
  1. <object id="f4Player" width="480" height="270" type="application/x-shockwave-flash" data="/data/dev/f4player/player.swf?v1.3.5">  
  2.   <param name="movie" value="/data/dev/f4player/player.swf?v1.3.5" />  
  3.   <param name="quality" value="high" />  
  4.   <param name="menu" value="false" />  
  5.   <param name="scale" value="noscale" />  
  6.   <param name="allowfullscreen" value="true">  
  7.   <param name="allowscriptaccess" value="always">  
  8.   <param name="swlivevonnect" value="true" />  
  9.   <param name="cachebusting" value="false">  
  10.   <param name="flashvars"   value="skin=[SKIN_FILE]&video=[VIDEO_FILE]"/>  
  11.   <a href="http://www.adobe.com/go/flashplayer/">Download it from Adobe.</a>  
  12.   <a href="http://gokercebeci.com/dev/f4player" title="flv player">flv player</a>  
  13. </object>   

 

Html代码  收藏代码
  1. <embed type="application/x-shockwave-flash" src="/data/dev/f4player/player.swf?v1.3.5" id="f4Player" width="480" height="270" flashvars="skin=[SKIN_FILE]&video=[VIDEO_FILE]" allowscriptaccess="always" allowfullscreen="true" bgcolor="#000000"/>  
  2. <noembed>  
  3.    You need Adobe Flash Player to watch this video.  
  4.    <a href="http://get.adobe.com/flashplayer/">Download it from Adobe.</a>  
  5.    <a href="http://gokercebeci.com/dev/f4player" title="flv player">flv player</a>  
  6. </noembed>   

 

官网:http://gokercebeci.com/dev/f4player

下载:http://gokercebeci.com/dev/download/f4player

 

 

  • f4player-1.3.5.zip (70.5 KB)
  • 下载次数: 1
分享到:
0 0
原创粉丝点击