主题 : 怎么显示文*有时是文字,有时是视频。这样写*码图文类型的显示不出来 |
级别: 白丁
![]() |
52# 发表于:2017-07-06 14:49:54 IP:202.34.*.*
回复第50楼
![]() |
||
---|---|---|---|
级别: 白丁
![]() |
54# 发表于:2017-07-06 14:54:24 IP:202.34.*.*
回复第53楼
这个播放的视频还要写链接才能播放? |
||
---|---|---|---|
级别: 白丁
![]() |
56# 发表于:2017-07-06 15:01:47 IP:202.34.*.*
回复第55楼
[#if content.mediaPath?? && content.mediaType??] <p style="margin: 5px auto; text-align: center"> [#if content.mediaType=='FLV'] <object height="500" width="98%" 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="98%" 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="98%" 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:960px;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, p:2, i:'${content.titleImg!}', my_url:'${content.url!}', my_pic:'${content.titleImg!}' }; var video=['${content.mediaPath!}->video/mp4']; CKobject.embed('${resSys}/ckplayer/ckplayer.swf','a1','ckplayer_a1','980','500',false,flashvars,video); var box = new LightBox(); function closelights(){//关灯 box.Show(); } function openlights(){//开灯 box.Close(); } </script> [#else] <embed height="500" width="98%" type="video/x-ms-wmv" src="${content.mediaPath}" console="cons" controls="ImageWindow" autostart="true"></embed> [/#if] </p> [/#if] 播放器的代码在这里啊 |
||
---|---|---|---|
级别: 白丁
![]() |
58# 发表于:2017-07-06 15:13:31 IP:202.34.*.*
回复第57楼
![]() ![]() 这个是列表页,下面是内容页,从列表页点击,在内容页显示这个代码错了吗? ![]() ![]() |
||
---|---|---|---|
级别: 白丁
![]() |
60# 发表于:2017-07-06 16:29:19 IP:202.34.*.*
回复第59楼
![]() 这是播放器没有起到作用吗? |
||
---|---|---|---|