Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

How can I retrieve videos that I have already added to the database and show them using JWplayer or any other video players?

By the way, I used Repeater control to show all the videos.

Any suggestion will be helpful.

Best regards.
Posted
Updated 20-Apr-11 21:48pm
v2
Comments
Dalek Dave 21-Apr-11 3:48am    
Edited for Grammar and Readability.

1 solution

Create a page that will get the video-data by a querystring and respond that data as if the page is the video file. Then use that page in your JWplayer.
<br />
JWplayer_video_source=http://www.yoururl.com/GetVideo.aspx?VideoID=115
 
Share this answer
 
v2
Comments
Dalek Dave 21-Apr-11 3:48am    
Good 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