我想使用 as3File()
方法将 xml 导入文件。
该文件在我的项目包中resources/xml/baseXml.xml
现在 File() 方法有几个属性,例如:
applicationDirectory, applicationStorageDirectory, desktopDirectory, documentsDirectory
但他们都没有为我指明正确的方向。那么我该怎么做呢?获取包内的xml文件?
我试图嵌入文件然后我有一个Class
而不是一个File
.