vaibhavs Posted September 28, 2007 Share Posted September 28, 2007 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 More sharing options...
Guardian-Mage Posted September 28, 2007 Share Posted September 28, 2007 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. Link to comment https://forums.phpfreaks.com/topic/71018-quick-image-show-from-folder/#findComment-357094 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.