<%@ Control Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Control.VideoPlay.VideoPlayPlayerAVA" %>

<%= this.Video.Description.RestoreHtml() %>

切换显示详细信息 <%if (Request.UserHostAddress == "::1" || Request.UserHostAddress == "127.0.0.1") { %> <%= new HtmlAnchor("小窗口播放") {Class="btn SwitchBitrate", Href = Request.WebPath() + "/Upload/Video/" + this.Video.Guid + "/" + this.Video.FileName }%> <% } else { %> <%= new HtmlAnchor("小窗口播放") {Class="btn SwitchBitrate", Href = SettingGroup.MMSUrl + "/Video/" + this.Video.Guid + "/" + this.Video.FileName }%> <% }%>