%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.LivePlay.LivePlayPlayer" %>
这里为多媒体播放器,如果看到当前内容,请确认是否已经安装了AVA播放器,并在IE浏览器中浏览,并确认浏览器开启了脚本支持和AVA插件。
如未安装请点击下载
<%= new HtmlAnchor("AVAPlayer.zip") { Href= Request.WebPath() + "/Resource/AVAPlayer.zip"}%>
解压后安装
<%= new HtmlImg(SettingGroup.ApplicationCover(this.Application), this.Application.Title).Style(new { Width="100%" })%>
<%= new HtmlAnchor("下载播放器") { Class="btn", Href = Request.WebPath() + "/Resource/AVAPlayer.zip" }%>
<%
if (CreateInstance.ApplicationDao.Useableness(this.Application))
{
%>
<%--
<%= new HtmlAnchor("小窗口播放") { Class="btn",Href = "ava://" + this.Application.ParentRecordEquipment.IPAddress + ":" + this.Application.ParentRecordEquipment.RecordPort +"/?PID=" + this.Application.ParentRecordEquipment.ProgramID + "&user="+this.Application.ParentRecordEquipment.LoginNameView+"&password=" + this.Application.ParentRecordEquipment.PasswordView }%>
--%>
<%= new HtmlAnchor("小窗口播放") { ID="aAVAPlayerOutPut", Class="btn",Href = "#live" }%>
<%
}
%>