Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList

2006-07-11 Thread Jeff Jonez
Or you could use PHP or another scripting language. Jeff On 7/10/06, Marcos Neves [EMAIL PROTECTED] wrote: You can´t dynamic list all files, but you can popup a browser window, asking to the user select all files on the folder. This is for security reason. On 7/10/06, jordan robinson [EMAIL

Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList

2006-07-11 Thread Marcos Neves
You your application will be desktop(not online throught the browser), you always can embed the swf inside a application that would list the files for you and do the communication using the external API. On 7/11/06, jordan robinson [EMAIL PROTECTED] wrote: yes i want to list the files in a

Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList

2006-07-11 Thread jordan robinson
yes zinc was the other software that was hinted in doing the job ( http://www.multidmedia.com/support/learning/help/HTML/zinc/2.5/ index.html?filesystem_getfilelist().htm ). jordan On Jul 11, 2006, at 1:47 PM, Pedro Furtado wrote: I use zinc myself and it works just fine for most things.

Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList

2006-07-10 Thread Marcos Neves
You can´t dynamic list all files, but you can popup a browser window, asking to the user select all files on the folder. This is for security reason. On 7/10/06, jordan robinson [EMAIL PROTECTED] wrote: Is there a way to get a list of files in a directory using FileReference or