If you don't need to use the flash outside the IDE you could use the
jsfl FLfile.listFolder() function.

e.g.
function init(srcURI){
        alert(FLfile.listFolder(srcURI, "directories"));
        return(FLfile.listFolder(srcURI, "directories"));
}
init("file:///D:/Documenten/swf/VersoPlugin/_versoDev/_projects/");

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Mikael Wirén
Verzonden: donderdag 4 mei 2006 8:11
Aan: Flashcoders mailing list
Onderwerp: SV: [Flashcoders] retrieving names of external files in a
folder(oristhere something similar to Directors
getNthFileNameInFolder())

Thanx for the input guys.
Will explore some more and probably find a load of other Qs, thats the
best thing with teaching =)
This is the first time in 10 years i´ve had enough time to learn new
things outside a mad tight deadline.
 
Regards
 
/Micke

________________________________

Från: Viktor Berzsinszky [mailto:[EMAIL PROTECTED]
Skickat: on 2006-05-03 16:10
Till: Flashcoders mailing list
Ämne: Re: [Flashcoders] retrieving names of external files in a
folder(oris there something similar to Directors
getNthFileNameInFolder())



"Die machen..."
mit "Die machen..." meinte ich Alprausch. Alprausch macht Pullis,
Carharrtt macht Plastiksäcke aber ganz angenehm zum Rumlaufen.


/v

Pedro Furtado schrieb:
> Well there's no way to access local files, that's been a security
issue for
> a long time now. You can however use any of the flash wrappers around
and
> they will provide you with the functionality. Some of them are free
some
> aren't. But they all support what you're looking for.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Mike
Britton
> Sent: quarta-feira, 3 de Maio de 2006 14:32
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] retrieving names of external files in a
folder
> (oris there something similar to Directors getNthFileNameInFolder())
>
> I made a very basic "directory scraper" class way back.  I use this
with
> AMFPHP.
>
> http://www.randomusa.com/flash/downloads/directoryScraper.zip
>
> hth,
>
> Mike
>
>
> On 5/3/06, Mikael Wirén <[EMAIL PROTECTED]> wrote:
>  
>> Hi gang,
>> I´m slowly finding the pros (can admit there are some =) and cons of
Flash
>>
>> I´m lookning for a method similar to Directors getNthFileInFolder().
>> Atm, i´m using a dirty solution, SendAndLoad("myFiles.php", myObj,
POST)
>>    
> with a PHP file returning a variable containing the files in that
folder.
>  
>> Works well enough for the web but it feels like overkill for a
standalone
>>    
> player, or?
>  
>> Is there a simpler way to do this?
>>
>> /Micke
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Flashcoders@chattyfig.figleaf.com
>> To change your subscription options or search the archive:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
>>    
>
>
> --
> Mike
> ----------
> http://www.mikebritton.com
> http://www.mikenkim.com
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
>
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>  





-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.5.3/331 - Release Date: 3/05/2006

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.5.3/331 - Release Date: 3/05/2006
 

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to