看板 Flash 關於我們 聯絡資訊
我要匯入外部的txt檔 內容是中文的 可是在測試影片時都變亂碼 請問該怎麼解決呢 我的as寫法是參照flash內部說明的寫法寫的 var lorem_lv:LoadVars = new LoadVars(); lorem_lv.onData = function (src:String):Void { if (src != undefined) { my_txt.text = src; } else { my_txt.text = "Unable to load external file."; } } lorem_lv.load("01.txt"); 拜託各位大大幫忙解答囉~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 219.84.69.150
aquarianboy:試試加上一行 System.useCodepage = true 08/10 22:23
ic94:OK了 謝謝大大 可是在進入那個影格後 一開始會秀出txt檔的 08/11 10:47
ic94:路徑 請問這有辦法解決嗎?? 08/11 10:48