I am building a site to host pictures. These are pictures of my family for the past 60 years and everything is password protected. The website is written in PHP, and the data is served up from a MySQL database. I am looking to add a slideshow feature. The idea is that people will be able to construct a slideshow from the pictures and share it for other family members to view.
The slideshow pictures will be stored in a table with two columns, slideshowID and pictureID. POST data to the page will be a slideshowID, nothing more. Does anyone have recommendations for some scripts that will accomplish this? I can handle building queries to gather the required data to send to pre-written scripts, as long as I know what the required inputs are. I've looked at a lot of different possibilities online, but am hoping to get recommendations on some that can handle the situation I'm presenting.
As an additional thought, I would like the ability to play an audio file with each picture before going to the next picture. This is an extra feature which I'm not as concerned about, but would like the ability to move to down the road. Growing up, slideshows with actual slides were a big part of my family reunions. The point of this entire project was to capture my 87 year-old grandfather's comments on each picture in audio files, and be able to present it to whoever in my family wants it over the web. So the ability to incorporate audio files that are associated with each picture is an important one, but not a necessary one at this point.
Big request for an internet forum, I know. I'm really looking for scripts for a slideshow that are easily customizable (meaning I don't have to rewrite the entire thing). Any help or direction on how to proceed with this is very much appreciated.
The slideshow pictures will be stored in a table with two columns, slideshowID and pictureID. POST data to the page will be a slideshowID, nothing more. Does anyone have recommendations for some scripts that will accomplish this? I can handle building queries to gather the required data to send to pre-written scripts, as long as I know what the required inputs are. I've looked at a lot of different possibilities online, but am hoping to get recommendations on some that can handle the situation I'm presenting.
As an additional thought, I would like the ability to play an audio file with each picture before going to the next picture. This is an extra feature which I'm not as concerned about, but would like the ability to move to down the road. Growing up, slideshows with actual slides were a big part of my family reunions. The point of this entire project was to capture my 87 year-old grandfather's comments on each picture in audio files, and be able to present it to whoever in my family wants it over the web. So the ability to incorporate audio files that are associated with each picture is an important one, but not a necessary one at this point.
Big request for an internet forum, I know. I'm really looking for scripts for a slideshow that are easily customizable (meaning I don't have to rewrite the entire thing). Any help or direction on how to proceed with this is very much appreciated.