Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create a dynamic video gallery?
I currently have a java script to play videos, but not any gallery.
My requirement is that when I click a video from the gallery, then it is played. Video files are saved using the backend sqlserver.
Posted
Updated 17-Nov-10 18:47pm
v2

1 solution

Well,
1. store the links to videos in your database
2. show the list of videos in a datalist or so (based on your need). This would look like a gallary
3. on select of any particular video you can play it.

You can give search on names of the video and display the result in a datalist or a grid.

Try!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900