主题 : 发布了视频 不能播放的问题 |
级别: 状元
![]() |
14# 发表于:2014-08-20 15:51:04 IP:182.253.*.*
<div class="newsTex">
<h1>[#if content.bold]<b>${content.title}</b>[#else]${content.title}[/#if]</h1> <div class="msgbar">发布时间: ${content.releaseDate} 作者:${content.author!'本站编辑'} 来源: ${content.origin!'本站原创'} 浏览次数:<span id="views"></span> [#if user??] <script type="text/javascript"> $(function() { Cms.collectexist("${base}","${content.id}","cancelSpan","comfirmSpan"); }); </script> [/#if] </div> </div> <div class="tvCon"> [#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>[#else] <embed height="500" width="98%" type="video/x-ms-wmv" src="${content.mediaPath}" console="cons" controls="ImageWindow" autostart="true"></embed>[/#if]</p> [/#if] <div class="content">${txt!}</div> <div class="pagebar">[#include "../style_page/content.html"/]</div> </div> |
||
---|---|---|---|