Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/components/bitrix/player/mediaplayer/ |
Upload File : |
function getFlashVersion() { var v = 0; var n = navigator; if (n.platform == 'Win32' && n.userAgent.indexOf('Opera') == (-1) && window.ActiveXObject) { for (var i = 9; i > 2; i--) if (new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i)) return i; } else if(n.plugins) { for (var i = 0, l = n.plugins.length; i < l; i++) if (n.plugins[i].name.indexOf('Flash') != -1) v = parseInt(n.plugins[i].description.substr(16, 2)); } return v; } function showFLVPlayer(id, mess) { var oDiv = document.getElementById(id + '_div'); if (oDiv) { oDiv.style.display = 'block'; if (getFlashVersion() < 9) oDiv.innerHTML = mess; } }