Jump to content

quick image show from folder


vaibhavs

Recommended Posts

Hi,

 

I have a unique problem. Please help!

 

I have a folder which contains 300+ images (captured from a Webcam).

I want to create a scritp which will show these images in quick succession (preferably without reloading the whole page).

Like an old age animation (filcker book).

 

How Can I do this ??

 

Thx for all tips and codes.

 

regards,

Vai

Link to comment
https://forums.phpfreaks.com/topic/71018-quick-image-show-from-folder/
Share on other sites

You need to use javascript for the quick flipping part, and to get all of the images, you could use a php script that loads all of the images in a directory into an array. Then to make the load quick, you should preload them with javascript. To flip through them use javascript timers. You should be able to figure the rest out, if not, pm me.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.