[問題] FMS 連線問題

看板Flash作者 (最愛 梁靜茹 ^^)時間15年前 (2010/09/23 14:48), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
我目前裝了as3和fms 我的連線方式是 client_nc = new NetConnection(); client_nc.connect("rtmp://localhost/test"); client_nc.onStatus = function(info) { trace(info.code); } 程式執行後 我的info.code都會NetConnection.Connect.Failed 去查了一下資料 這狀態產生的原因可能是權限不足 然後解決方法如下 1. Create a new folder in the {FMS-Install-Dir}/applications folder. 2. If you are replacing the default Adobe signed live service, back up the following files: * main.far * Application.xml * allowedHTMLDomains.txt * allowedSWFDomains.txt 3. Copy files from {FMS-Install-Dir}/samples/applications/vod to the directory you created in step 但是我去了我的安裝資料夾下 卻沒有看到這些檔案 所以要如何修改呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.115.135.250
文章代碼(AID): #1CclXJfF (Flash)