0
我在我的網頁上有媒體播放器控件,我只能在Internet Explorer中獲得媒體播放器我無法使用任何其他瀏覽器或Firefox和代碼是media.aspx.cs:媒體播放器控制只適用於IE瀏覽器(不是FF/Chrome)
<%@ 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>
你在Chrome或Firefox上遇到什麼樣的錯誤? – Msonic 2012-04-11 17:22:49