This is kinda silly but I can’t seem to find the directory path for the included folder.
In Flash Cs6 publish setting, I included a folder which is located at c:\abc\def\ghi/xxx.
In this case, the path in iOS will be app://xxx?
To access a flle in the folder, what string do I exactly need to pass to the URLRequest?
I think you are trying to access applicationDirectory. In iOS standard directories native path like
applicationDirectory – /var/mobile/Applications/uid/filename.app
applicationStorageDirectory – /var/mobile/Applications/uid/Library/Application Support/applicationID/Local Store
However you can access application directory file like
if we are trying access directly like
Sometimes it throws
SecurityError/IOError.http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7d9e