Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-09-2003, 07:27 AM
Junior Member
 
Join Date: Jan 2003
Posts: 2
Default directory listing to listBox component?

I am trying to figure out how to return a list of files from a specific folder, and display that list in the listBox componenet, in flash.

I found the folder object in the help files, but there are no examples. I see that it returns a string array, but is there a way to break that string into a delineated list? Or and way to specify the delineator in the array string?

I am doing this with flash studio PRO currently, but wanted to see if I could do it with SWFkit, because I am thinking about purchasing it. ???
Reply With Quote
  #2 (permalink)  
Old 01-09-2003, 10:44 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: directory listing to listBox component?

I sent you a sample to your mail box,please check it out,

the ffish script code:

Code:
rootFolderStr = "d:\\";
slen = rootFolderStr.length;
rootFolder = new Folder(rootFolderStr);
rootSize = rootFolder.size;
var folders = rootFolder.subFolders;

ds = folders.length;
var subFolderSize = 0;
s = ((rootSize)/(1024*1024)).format("%.2f");
trace(rootFolder +": " + s + "M");

for (i = 0; i < ds; i ++)
{
 * * *var subFolder = folders[i];
 * * *var n = (new Folder(subFolder)).size;
 * * *subFolderSize += n;
 * * *s = (n/(1024*1024)).format("%.0f");
 * * *subFolder = subFolder.substring(slen,subFolder.length);

 * * *trace("test: " + subFolder + ": " + s + "M");
}

hopt it can help you!
Reply With Quote
  #3 (permalink)  
Old 11-23-2003, 12:24 PM
Junior Member
 
Join Date: Jul 2003
Posts: 29
Default Re:directory listing to listBox component?

hi,

can I please get this sample as well?

thanks!
Reply With Quote
  #4 (permalink)  
Old 11-23-2003, 04:33 PM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:directory listing to listBox component?

same for me please!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:49 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.