flash media server 3的相關文章
Ports and firewalls | Flash Media Server - Learn & Support

Ports and firewalls | Flash Media Server - Learn & Support

瀏覽:566
日期:2024-08-02
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...看更多