<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.LivePlay.LivePlayPlayer" %>
<%= 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" }%> <% } %>