Skip to main content
Inspiring
March 5, 2007
Question

Reading File Names

  • March 5, 2007
  • 2 replies
  • 342 views
How can I get flash to read file names from a particular folder and paste them into a text field?
thanks
This topic has been closed for replies.

2 replies

Participating Frequently
March 5, 2007
Hi,

Oh and here's the link for ASP.NET.

http://aspnet.4guysfromrolla.com/articles/052803-1.aspx

Hope this helps.
Jaime
Participating Frequently
March 5, 2007
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