Expansion files in iOS
Hello
Is there such a technology like expansion files, which the source files (images/audios/videos) are divided from the application project, in iOS?
My only option is to load external swf's?
Thank you!
Hello
Is there such a technology like expansion files, which the source files (images/audios/videos) are divided from the application project, in iOS?
My only option is to load external swf's?
Thank you!
The application.
Well, rigth now i am trying to make the application get a sd card folder with the videos with no sucess.
I am trying this way:
var file:File = File.userDirectory.resolvePath("Empordef/");
var XML_URL: String = file.url + "/lista.xml";
var myXMLURL: URLRequest = new URLRequest(XML_URL);
var myLoader: URLLoader = new URLLoader(myXMLURL);
According to this website, this is rigth.
It returns me:
| /storage/emulated/0/Empordef/lista.xml |
I searched for, and this is the internal storage.
Does it returns me internal storage because i have no permissions to access to sd card?
How do i get the external storage?
Thank you!
try:
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.