[Extendflash] jsfl prompt for folder
Wade Arnold
wade-fc at t8design.com
Tue Jul 19 17:54:55 PDT 2005
To many lists. I should not have made the post. I was just quickly
trying to help an unanswered question.
On Jul 19, 2005, at 4:50 PM, Brooks Andrus wrote:
>
> What goes on in the list stays on the list…not a very useful feature
> to us non beta testers anywaysJ.
>
> Brooks
>
>
> From: extendflash-bounces at flashguru.co.uk
> [mailto:extendflash-bounces at flashguru.co.uk] On Behalf Of Guy Watson
> Sent: Tuesday, July 19, 2005 3:46 PM
> To: extendflash at flashguru.co.uk
> Subject: RE: [Extendflash] jsfl prompt for folder
>
> Hi there,
>
> Purely out of interest were did u find this information? I believe
> that may be an NDA breach.
>
> Kind Regards
> Guy
> ------------------
> FlashGuru LTD
> ------------------
> Flash Programming
> Interface Design
> Flash Recruitment
> ------------------
>> -----Original Message-----
>> From: extendflash-bounces at flashguru.co.uk
>> [mailto:extendflash-bounces at flashguru.co.uk] On Behalf Of Wade Arnold
>> Sent: 19 July 2005 19:38
>> To: Extendflash at flashguru.co.uk
>> Subject: Re: [Extendflash] jsfl prompt for folder
>>
>> Just wanted to close this for archive reasons. The feature of
>> fl.browseForFolderURL is available in flash8
>>
>> Availability
>>
>> Flash 8.
>>
>> Usage
>> fl.browseForFolderURL( [ description] )
>>
>>
>> Parameters
>>
>> description An optional string that specifies the description of the
>> Browse For Folder dialog box. If this parameter is omitted, nothing
>> is shown in the description area.
>>
>> Returns
>>
>> The URL of the folder, expressed as a file:///URI; returns nullif the
>> user cancels out of the dialog box.
>>
>> Description
>>
>> Method; displays a Browse For Folder dialog box and lets the user
>> select a folder.
>>
>> Note: The title of the dialog box will always be “Browse For Folder.”
>> Use the descriptionparameter to add more detail in the description
>> area underneath the title, such as "Select a folder" or "Select the
>> path that contains the profile you want to import."
>>
>> Example
>>
>> The following example lets the user select a folder and then displays
>> a list of files in that folder.
>> var folderURI = fl.browseForFolderURL("Select a folder.");
>> var folderContents = FLfile.listFolder(folderURI);
>>
>>
>> On Jul 6, 2005, at 5:14 PM, Judah Frangipane wrote:
>>
>> i'll get activity on this list ;)
>>
>> i've read and searched and did not find a method to prompt a user to
>> choose a folder. i found one for prompting for a file but i want to
>> create a command that backups a users folder to another folder.
>>
>> fl.browseForFileURL("select", "Select location to create backup")
>>
>> best regards,
>> judah
>> _______________________________________________
>> Extendflash mailing list
>> Extendflash at flashguru.co.uk
>> http://lists.flashguru.co.uk/mailman/listinfo/extendflash
>>
> _______________________________________________
> Extendflash mailing list
> Extendflash at flashguru.co.uk
> http://lists.flashguru.co.uk/mailman/listinfo/extendflash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 9009 bytes
Desc: not available
Url : http://lists.flashguru.co.uk/pipermail/extendflash/attachments/20050719/95c42600/attachment.bin
More information about the Extendflash
mailing list