How can i get all the files in a given folder in flex project. the folder is within the project itself, under src folder, like
src> images> image1.jpg, image2.jpg, .... imagen.jpg
I want to get the names of all jpg file in an array.. how it can be done programmaticly?