all groups > flash actionscript > march 2007 >
You're in the

flash actionscript

group:

Reading File Names



Reading File Names chopTheWood
3/5/2007 8:06:18 PM
flash actionscript: How can I get flash to read file names from a particular folder and paste them into a text field?
Re: Reading File Names knoxx
3/5/2007 8:31:43 PM
Hi,

You would probably have to use either server side script or javascript using
the System.IO in ASP.NET or FileSystemObject in javascript. You could grab it
in JavaScript and pass the variables back into Flash using the FSCommand.
Here's a link to the page for JavaScript:

http://www.codeproject.com/jscript/search_in_files.asp

Hope this helps.
Jaime
Re: Reading File Names knoxx
3/5/2007 8:31:46 PM
Hi,

You would probably have to use either server side script or javascript using
the System.IO in ASP.NET or FileSystemObject in javascript. You could grab it
in JavaScript and pass the variables back into Flash using the FSCommand.
Here's a link to the page for JavaScript:

http://www.codeproject.com/jscript/search_in_files.asp

Hope this helps.
Jaime
AddThis Social Bookmark Button