主题 : 视频无法正常播放 |
级别: 论坛管理员
![]() |
13# 发表于:2019-04-03 16:17:47 IP:117.125.*.*
[#if content.mediaPath?? && content.mediaType??]
<div class="video-con clearfix"> [#if content.mediaType=='FLV'] <object height="500" width="100%" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="movie" value="/${res}/img/flvplayer.swf" /> <param name="quality" value="high" /> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="vcastr_file=${content.mediaPath!}&BufferTime=3" /><embed height="500" width="100%" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" flashvars="vcastr_file=${content.mediaPath!}" allowfullscreen="true" src="/${res}/img/flvplayer.swf"></embed> </object> [#elseif content.mediaType=='FLASH'] <embed height="500" width="100%" type="application/x-shockwave-flash" quality="high" src="${content.mediaPath}" wmode="transparent" align="center"></embed> [#elseif content.mediaType=='CK'] <!--ckplayer播放视频--> <div id="video" style="position:relative;z-index: 100;width:100%;height:500px;float: left;"><div id="a1"></div></div> <script type="text/javascript"> //函数名称不允许更改 function ckmarqueeadv(){return '广告内容'}; var flashvars={f:'${content.mediaPath!}',c:0,b:1,my_url:'${content.url!}',my_pic:'${content.typeImg!}'}; var params={bgcolor:'#FFF',allowFullScreen:true,allowScriptAccess:'always'}; CKobject.embedSWF('${resSys}/ckplayer/ckplayer.swf','a1','ckplayer_a1','100%','500',flashvars,params); var box = new LightBox(); function closelights(){//关灯 box.Show(); } function openlights(){//开灯 box.Close(); } </script> [#else] <embed height="500" width="100%" type="video/x-ms-wmv" src="${content.mediaPath}" console="cons" controls="ImageWindow" autostart="true"></embed> [/#if] [/#if] </div> |
||
---|---|---|---|
级别: 贡士
![]() |
14# 发表于:2019-04-03 16:30:26 IP:223.3.*.*
我把上面代码加上了,后台也上通过多媒体上传视频了,不过页面上还是空的。代码还有需要引用的地方吗
|
||
---|---|---|---|
级别: 论坛管理员
![]() |
16# 发表于:2019-04-03 16:32:27 IP:117.125.*.*
如果不行的话您试下默认的视频栏目 哪个应该不需要做改动可以直接展示您上传的视频
|
||
---|---|---|---|