My two cents - I would highly recommend SWFStudio ( www.northcode.com) -
browsing directories is a total breeze and you get tons of file I/O
functionality. You could check out the site and check tutorials or sample
files, I am sure they have onethat does exactly what you need it to do. :)

> I'm not sure if anyone mentioned this but have you looked at
> screenweaver?
>
> http://osflash.org/screenweaver
>
> I have not tried it myself, still using Zinc, maybe someone else has?
>
>
> On 3/21/06, Felipe Fernandez <[EMAIL PROTECTED]> wrote:
>>
>> 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
>>
> _______________________________________________
> 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