Media player control works only in IE (not FF/Chrome)
Posted
by
user1323578
on Stack Overflow
See other posts from Stack Overflow
or by user1323578
Published on 2012-04-11T17:12:57Z
Indexed on
2012/04/11
17:29 UTC
Read the original article
Hit count: 168
I have media player control in my web page which that I able to get the media player only in Internet Explorer I can't able get in any other browser like Chrome or Firefox and code is 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>
© Stack Overflow or respective owner