如无法看到播放器请安装以下播放器:
<%= new HtmlAnchor("AVAPlayer"){ Href = Request.WebPath() + "/Resource/AVAPlayer.zip",Target="_blank",Class="btn"} %>
<%
for (int i = 0; i <= this.ListRecordEquipment.Count - 1; i++)
{
var recordEquipment = this.ListRecordEquipment[i];
%>
-
正在加载中...
<%= recordEquipment.Name %>
[<%= recordEquipment.LiveStatus %>]
<%
}
%>
<%= new PagerAjaxInstance(this) { RecordCount = this.Query.RecordCount, PageSize = this.Query.PageSize, PageIndex = this.Query.PageIndex, PageJsFn = WebUrl.MyCourseLive(int.MaxValue, this.Name) }.ToHtml()%>