PDA

View Full Version : AS2.0 read all of the files in a directory?


shmoo525
04-19-2008, 08:05 PM
Is there a way for Actionscript 2.0 to read all of the files in a directory on a server? I want to make a slide projector that loops through all jpeg images in a directory, so that all the end user needs to do is upload the pix they want.

thx :)

SmashingEric
04-19-2008, 09:19 PM
Flash can't look into a directory like that. You'd need a server-side script to handle it, such as php.