Flex读取txt文件中的内容
1、具体错误如下
2、错误原因
读取文件不存在
var file:File = new File(File.applicationDirectory.nativePath+"/phone.txt");
3、解决办法
将文件导入进去