Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\LivePlay\LivePlayPlayer.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.LivePlay.LivePlayPlayer" %> <div id="AVAPlayerHTML4" style="display: none;"> ????????????????????????????????????????????VA?????????IE????????????????????????????????VA????? <br /> ?????????????? <%= new HtmlAnchor("AVAPlayer.zip") { Href= Request.WebPath() + "/Resource/AVAPlayer.zip"}%> ???????? </div> <div id="AVAPlayerContainer" style="display: none;"> <object id="AVAPlayer" width="100%" classid="CLSID:F0F46491-5032-428B-AE54-A8863C0C0BFF"> </object> </div> <div id="AVAPlayerIMG" style="display: none;"> <%= new HtmlImg(SettingGroup.ApplicationCover(this.Application), this.Application.Title).Style(new { Width="100%" })%> </div> <div> <div class="well"> <%= new HtmlAnchor("????????") { Class="btn", Href = Request.WebPath() + "/Resource/AVAPlayer.zip" }%> <script type="text/javascript"> $(function () { $('.ToggleBtn').toggle(function (e) { $('.toggle').hide('slow'); $('.span12').addClass('span16'); $("#AVAPlayer").height(($("#AVAPlayer").width() / 16 * 10)); }, function (e) { $('.span12').removeClass('span16'); $('.toggle').show('fast'); $("#AVAPlayer").height(($("#AVAPlayer").width() / 16 * 10)); }); }); $(function () { $("#AVAPlayer").height(($("#AVAPlayer").width() / 16 * 10)); }); </script> <% 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" }%> <% } %> </div> </div> <script type="text/javascript"> $(function () { $('.ToggleBtn').toggle(function (e) { $('.toggle').hide('slow'); $('.span12').addClass('span16'); $("#AVAPlayer").height(($("#AVAPlayer").width() / 16 * 10)); }, function (e) { $('.span12').removeClass('span16'); $('.toggle').show('fast'); $("#AVAPlayer").height(($("#AVAPlayer").width() / 16 * 10)); }); }); //????????????????? $(function () { $("#AVAPlayer").height(($("#AVAPlayer").width() / 16 * 10)); }); var avaPlayer = document.getElementById("AVAPlayer"); if (document.all) { if (avaPlayer == null || typeof (avaPlayer.Play) == "undefined") { $("#AVAPlayerHTML4").show(); $("#AVAPlayerContainer").hide(); $("#AVAPlayerIMG").show(); } else { $("#AVAPlayerIMG").hide(); $("#AVAPlayerContainer").show(); } } else { $("#AVAPlayerHTML4").show(); $("#AVAPlayerContainer").hide(); $("#AVAPlayerIMG").show(); } </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de