I want to create a basic photo viewer. I want to just have the code look in the specified folder, and then be able to page through foreach picture in the folder. Just a basic thing where you click forward and backward to page through pictures. I'm not really sure how to do this. Would I want to create an array from each of the files in the folder to give each one an index? If so, how would I code that?
Thanks!
Creating Photo Viewer foreach piture in folder
Moderator: General Moderators
-
the9ulaire
- Forum Commoner
- Posts: 74
- Joined: Mon Jun 11, 2007 11:31 am
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
-
the9ulaire
- Forum Commoner
- Posts: 74
- Joined: Mon Jun 11, 2007 11:31 am
Re: Creating Photo Viewer foreach piture in folder
I prefer to build things myself instead of relying on someone else's script.
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Creating Photo Viewer foreach piture in folder
Well it gives you a good idea where to start from!
Re: Creating Photo Viewer foreach piture in folder
__________________
gianski
Need to reach targeted audience in short amount of time? A powerful new way to advertise online! http://www.widecircles.com
-
the9ulaire
- Forum Commoner
- Posts: 74
- Joined: Mon Jun 11, 2007 11:31 am
Re: Creating Photo Viewer foreach piture in folder
I simply want to build a photoviewer based upon the contents in a folder. I'm not sure how to store such information in an array.