主题 : 视频上传2G的东西播放不了,求解 |
级别: 会元
![]() |
21# 发表于:2013-11-23 10:30:33 IP:61.18.*.*
|
||||
---|---|---|---|---|---|
级别: 会元
![]() |
23# 发表于:2013-11-23 10:39:30 IP:61.18.*.*
<@p.td colspan="1" width="50" label="content.mediaType">
<@p.radio name="mediaType" list=["WM","REAL","FLV","FLASH"]/> <div><label for="mediaType" class="error" generated="true"></label></div> </@p.td>亲你帮我看看,我改怎么加 |
||
---|---|---|---|
级别: 总版主
![]() |
24# 发表于:2013-11-23 10:42:17 IP:111.83.*.*
list=["WM","REAL","FLV","FLASH"]加 你需要的类型
|
||
---|---|---|---|
级别: 会元
![]() |
25# 发表于:2013-11-23 10:42:28 IP:61.18.*.*
亲我是这样加上的:<@p.td colspan="1" width="50" label="content.mediaType">
<@p.radio name="mediaType" list=["WM","REAL","FLV","FLASH","MKV","AVI"]/> <div><label for="mediaType" class="error" generated="true"></label></div> </@p.td> 然后现在在前台 [#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]加在这个里面就ok吗 |
||
---|---|---|---|
级别: 总版主
![]() |
26# 发表于:2013-11-23 10:43:56 IP:111.83.*.*
[#else] <embed height="500" width="98%" type="video/x-ms-wmv" src="${content.mediaPath}" console="cons" controls="ImageWindow" autostart="true"></embed>[/#if]</p>
[/#if]前台在这个之前加上[#else if content.mediaType=='MKV'] 你的播放器代码 |
||
---|---|---|---|