gpt4 book ai didi

ios - 在 ActionScript Moblie iOS 应用程序中读取文本文件

转载 作者:行者123 更新时间:2023-11-28 22:35:04 25 4
gpt4 key购买 nike

我正在尝试从 ActionScript Mobile 项目中的文本文件中读取文字。然后将每个 Word 存储在一个数组中。这在 AIR IOS 模拟器中工作正常,但现在我在 Ipad 上调试并且它不工作......

错误 #2044:未处理的 ioError:。 text=Error #2032:流错误。网址:app:/var/mobile/Applications/13FB44C5-E2EB-421F-9EF8-CB1290B75DD8/Library/Application%20Support/com.mcmami3.word/Local%20Store/media/words5.txt

private function slangLoadedThree(event:Object):void {

slangContentThree = event.target.data;
slangArrayThree= slangContentThree.split("\n");

}



//five letter load
var xmlFileFive:File=new File(File.applicationStorageDirectory.nativePath).resolvePath("media/words5.txt");
myLoaderThree.load(new URLRequest(xmlFileFive.nativePath));
myLoader.addEventListener(AsyncErrorEvent.ASYNC_ERROR, errorHandlerAsyncErrorEvent);
myLoader.addEventListener(IOErrorEvent.IO_ERROR, errorHandlerIOErrorEvent);
myLoader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, errorHandlerSecurityErrorEvent);
myLoaderThree.addEventListener(Event.COMPLETE, slangLoadedThree);

最佳答案

如果只有一个文件,您可以像嵌入图像一样嵌入 txt 文件。有关如何在此处找到的说明:

Flex3: Load contents of an embedded text file into a variable

或在这里:

How do I embed static text in actionscript 3?

关于ios - 在 ActionScript Moblie iOS 应用程序中读取文本文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16322545/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com