|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Working with 100s of PNGs
I have 100s PNGs that get generated once or twice a day. I am looking for a clever way to display these images either as images are as a movie with option to "Start", "Previous", "Next",and "End". Any Ideas?
|
|
#2
|
|||
|
|||
|
Store them in an array and then randomize it with array rand.
http://us.php.net/manual/en/function.array-rand.php |
|
#3
|
|||
|
|||
|
I believe there are several scripts on hotscripts.com (just look for image-gallery scripts etc.) that do this kind of thing. Perhaps you should check it out.
Good Luck! |
|
#4
|
||||
|
||||
|
I would look into a server side language (PHP, coldfusion, Websphere). Make sure the files generate with a standard name (like Pic1, pic2, etc) so the language can automajically find them.
__________________
The liver is evil and must be punished! |
|
#5
|
|||
|
|||
|
Surely if he is going to use server-side, then he can dump all the names into an array and reference by their array number.
|
|
#6
|
|||
|
|||
|
Quote:
As I said before with my previous post. |
|
#7
|
||||
|
||||
|
yep, that's true, they are the same thing. I guess my brain isn't working to well thing morning.
|
|
#8
|
|||
|
|||
|
That's why coffee was invented. All hail the mighty coffee.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Working with 100s of PNGs |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|