Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Video gallery script in PHP?
I would like to have a video gallery. All of my videos are in flv. I do NOT want to use Coppermine, because that only allows you to download the videos. I want them to be able to played from the gallery, not downloaded. Are there any PHP scripts I can install to do this?
1 Answer
- n8d1Lv 41 decade agoFavorite Answer
You could store all of your videos in a MySQL database and then use PHP to create a custom/dynamic page containing your videos. You would use PHP to create the HTML code that specifies the codec needed to play them.