I made an mp3 player that populates a list with filenames from an xml file but I want to be able to display the contents of a folder in a list. basically populate the list from a directory insread of from the xml.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flash doesn’t allow you to access the local file system in that way. You should look into AIR, as it allows you to do this type of thing. Since AIR is also AS3 based, you won’t need to change much code at all, if any. You’ll just need to implement the local storage access part.