Web ページにメディア プレーヤー コントロールがあり、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>