Ports and firewalls | Flash Media Server - Learn & Support

Ports and firewalls | Flash Media Server - Learn & Support

瀏覽:1388
日期:2024-09-06
function init() { portList = [1935, 80, 443, 8080, 7070]; i = 0; nc = new NetConnection(); nc.onStatus = function(info) { if (info.code == "NetConnection.Connect.Failed") { trace("failed on "+portList[i]); i++; connectInterval = setInterval(doConnect, 100...看更多