[Extendflash] jsfl prompt for folder

Brooks Andrus bandrus at bresnan.net
Tue Jul 19 16:50:26 PDT 2005


What goes on in the list stays on the list.not a very useful feature to us
non beta testers anyways:-).

 

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 null if 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 description parameter 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



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.flashguru.co.uk/pipermail/extendflash/attachments/20050719/650bc9a1/attachment-0001.htm


More information about the Extendflash mailing list