我的网页中有媒体播放器控件,我只能在Internet Explorer中获取媒体播放器,我无法访问任何其他浏览器,如Chrome或Firefox,代码是 media.aspx.cs :
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Assembly="Media-Player-ASP.NET-Control" Namespace="Media_Player_ASP.NET_Control"
TagPrefix="cc1" %>
<cc1:media_player_control id="Media_Player_Control1" runat="server"
Height="314px" Width="518px"
style="z-index: 100; left: 4px; position: absolute; top: 9px">
</cc1:media_player_control>
答案 0 :(得分:0)
通常,ActiveX控件仅适用于IE,因此Media Player是一个ActiveX控件,默认情况下在其他浏览器中不起作用。
对于Firefox,您可以查看Using the Windows Media Player Control with Firefox