Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\OnlineShow\OnlineShowPlayer.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.OnlineShow.OnlineShowPlayer" %> <div id="AVAPlayerContainer" style="display: none;"> <object id="AVAPlayer" width="100%" classid="CLSID:F0F46491-5032-428B-AE54-A8863C0C0BFF"> </object> </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> <%= 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") { $("#AVAPlayerContainer").hide(); $("#AVAPlayerIMG").show(); if (confirm("?????????????????????????????????????????????????????????????")) { setTimeout(function () { window.location.href = '<%= Request.WebPath() + "/Resource/AVAPlayer.zip" %>' }, 1000); } } else { $("#AVAPlayerIMG").hide(); $("#AVAPlayerContainer").show(); } } else { alert("????????????IE?????????IE?????????"); $("#AVAPlayerContainer").hide(); $("#AVAPlayerIMG").show(); } </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de