Adobe AIR file path on MAC and widows
问题 I have an Adobe Air application(based in flash) that loads in PNG files from a directory, there is a text file to specify the path, however it doesn't seem to be working on OSX while it works just fine on Windows Windows path C:\Users\User\Documents\Trees This works just fine, however mac path file:///Users/user/Desktop/trees/ or Users/user/Desktop/trees/ Doesnt work, tried to reverse the slashed, didn't help either, anyone could help? Update, heres the function that laods in the trees