带预览图列表版+自动连播+前置flash广告+暂停广告效果:[ 演示1 ]
带预览图列表版+自动连播+关闭广告功能效果:[ 演示2 ]
极酷JcListVPlayer2.0(带预览图列表广告版)特色:
* 支持列表功能; * 支持前置flash广告功能,支持暂停广告功能; * 支持自动连续播放;
1.极酷JcListVPlayer(带列表版)网页视频播放器支持flv视频播放; 2.支持通过swfobject参数加载logo图标,加载xml文件; 3.支持通过FlashVars加载logo图标,加载xml文件 4.支持跨域名调用Flv视频文件; 5.支持带预览图列表版; 6.播放器文件本身大小5kb; 7.支持跨域名调用Flv视频文件; 8.支持LOGO图标显示或隐藏; 9.支持全屏播放; 10.代码简洁,嵌入一段js即可,简单实用。
播放器文件/参数调用简要介绍:
1. 本播放器支持通过swfobject参数加载logo图标,加载xml文件,示例如下: so.addVariable("Logofile","yourlogofile.jpg"); //加载logo示例 so.addVariable("xmlfile","yourxml.xml"); //加载xml示例 2. 本播放器支持通过FlashVars加载logo图标,加载xml文件,示例如下: <param name="FlashVars" value="xmlfile=yourxml.xml&Logofile=yourlogofile.jpg" /> //FlashVars加载xml和logo示例 3. 本播放器支持通过getQueryParamValue加载logo图标,加载xml文件,示例如下: Demo.html?xmlfile=yourxml.xml&Logofileyourlogofile.jpg //加载xml和logo示例
<!--极酷JcListVPlayer2.0代码开始--> <div id="Jcplayer"> <strong>You need to upgrade your Flash Player.</strong> </div> <h1>极酷JcListVPlayer2.0播放器演示(带预览图列表版+前置flash广告+暂停广告+自动连续播放)</h1> <script type="text/javascript"> var so = new SWFObject("JcListVPlayerA_725x310_S.swf", "Jcplayer", "725", "310", "8", "#000000"); so.addParam("allowFullScreen", "true"); so.addParam("scale", "noscale"); so.addParam("menu", "false"); so.addVariable("ShowJcScpAFront","yes"); //是否显示前置flash广告 so.addVariable("JcScpStageW","725"); so.addVariable("JcScpStageH","310"); so.addVariable("JcScpCountDowns","3"); so.addVariable("JcScpCountDownsPx","580"); so.addVariable("JcScpCountDownsPy","10"); so.addVariable("JcScpAFrontW","560"); so.addVariable("JcScpAFrontH","310"); so.addVariable("JcScpAFrontPath","Images/SevenColorPlayer_500x418.swf"); so.addVariable("ShowJcScpAPause","yes"); //是否显示暂停广告 so.addVariable("JcScpAPausePath","Images/SevenColorPlayer_a1.swf");
so.addVariable("file","/Player/JcListVPlayer/JcListVPlayerList.asp"); so.write("Jcplayer"); </script> <!--极酷JcListVPlayer2.0代码结束-->