作者ic94 (Give me chance to love)
看板Flash
標題[問題] 從外部讀入內容為中文的txt檔 可是測試影片時變亂碼
時間Thu Aug 10 13:52:32 2006
我要匯入外部的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
1F:推 aquarianboy:試試加上一行 System.useCodepage = true 08/10 22:23
2F:推 ic94:OK了 謝謝大大 可是在進入那個影格後 一開始會秀出txt檔的 08/11 10:47
3F:→ ic94:路徑 請問這有辦法解決嗎?? 08/11 10:48