在网站上添加视频

时间:2013-03-18 11:31:37

标签: asp.net video embed

如果我使用此代码,我在Firefox中看不到任何内容,但在Chrome和资源管理器中看得很清楚 有人想解决这个问题吗?

<embed id='embed1' runat="server" name='mediaPlayer' type='application/x-mplayer2'  
     pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'  displaysize='4'  
     autosize='-1' bgcolor='darkblue' showcontrols='true' showtracker='-1' showdisplay='0'  
     showstatusbar='-1' videoborder3d='-1' width='500' height='405'  designtimesp='5311'   
    loop='false' src="movie.mp4" />

2 个答案:

答案 0 :(得分:0)

试试这个:type="application/x-ms-wmp"

这支持.wmv,.wma等(所有Windows格式)

由于版权问题,

和.mp4存在争议。

注意:是的,您需要在浏览器中安装插件。

答案 1 :(得分:0)

试试这个:

Media Player not working in firefox

此外:

为了让Firefox能够呈现Media Player内容,您需要在Firefox中使用Windows Media Plugin:

下载Windows Media Player Firefox插件(http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx

相关问题