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

2006-07-11 Thread jordan robinson
. Never did try northcode tough it should work just the same. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jordan robinson Sent: terça-feira, 11 de Julho de 2006 18:35 To: Flashcoders mailing list Subject: Re: [Flashcoders] list of files in a directory

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 dir

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

2006-07-11 Thread Pedro Furtado
Subject: Re: [Flashcoders] list of files in a directory using FileReference or FileReferenceList yes i want to list the files in a directory without a server side script. The list would then be used to load and play those files in order. The folder/directory contents could be different on many

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

2006-07-11 Thread jordan robinson
yes i want to list the files in a directory without a server side script. The list would then be used to load and play those files in order. The folder/directory contents could be different on many different computers that this will be installed on so i was hoping there was a way to say "lo

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

2006-07-11 Thread Marcos Neves
I think he wants to list the client dir files, not the server. Is this right? On 7/11/06, Jeff Jonez <[EMAIL PROTECTED]> wrote: 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 b

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-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 FileReferenceLi

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

2006-07-10 Thread jordan robinson
Is there a way to get a list of files in a directory using FileReference or FileReferenceList classes in flash 8. I don't want the user to browse to get the files since the files will be already set. I basically want to pull in all the file names that are in a particular folder. I am trying