【问题标题】:embedded .wmv video object not working in firefox, works in IE嵌入式 .wmv 视频对象在 Firefox 中不起作用,在 IE 中起作用
【发布时间】:2010-02-02 15:49:16
【问题描述】:

这是我的代码

<table style="width:100%;height:100%;vertical-align:middle;text-align:center;">
    <tr>
        <td><object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject">
            <param name="src" value="../Documents/10695.wmv">

            </param><param name="ShowStatusBar" value="true">

            </param><param name="stretchToFit" value="true">

            </param><param name="AutoStart" value="true">

            </param><embed pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" type="application/x-mplayer2" autostart="1" stetchToFit="1" NAME="MediaPlayer" ShowControls="1" src="../Documents/10695.wmv" />
        </object></td>
    </tr>
</table>

视频在 IE 中运行良好,但在 Firefox 中无法播放。控件似乎在缓冲,但随后不播放。

-感谢提醒

【问题讨论】:

  • 哈哈,“嵌入”标签不是这个意思。

标签: firefox video video-embedding


【解决方案1】:

这是因为 Firefox 本身不支持 WMV,而 IE 支持。你需要像JW Player for Silverlight 这样的东西来支持这个。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-12-19
    • 1970-01-01
    • 1970-01-01
    • 2013-09-21
    • 1970-01-01
    • 1970-01-01
    • 2011-12-10
    • 1970-01-01
    相关资源
    最近更新 更多