Well, but....I need directories on local machine, not in server machine

Thanks, anyway

On 3/21/06, Ettwein, Josh <[EMAIL PROTECTED]> wrote:
>
> You could use PHP (or whatever serverside lang you've got) to do a
> directory listing and use "is_dir" to build youreslf a list of
> directories. Pass that into flash using
> remoting/loadvars/xml/whathaveyou and display a list of dirs in flash
> with the full paths as properties of the dir objects you display.
> Clicking on one would allow you to grab that path var. Something like
> that, maybe?
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Felipe
> Fernandez
> Sent: Tuesday, March 21, 2006 11:07 AM
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] Browse folders from flash
>
> Yes, I'm agree with you, Rich. I know about FileReference but
> FileReference works with files, not directories.
> Any suggest?
>
> Thanks all.
>
> On 3/21/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
> >
> > as far as I know you cant just select a folder...flash needs to create
>
> > a FileReference object for each file in a directory, and it will only
> > do that for each individual item that the user selected.  Why they
> > couldnt just create one for every file in a directory I don't know,
> > but I would imagine it was a security concern.
> _______________________________________________
> 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

Reply via email to