Click here to Skip to main content
16,022,752 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have A Web Page With Some Video Files. I Have To Show Videos Getting From Database in web page.
Posted

1 solution

Download Flash control/silverlight and add it in your toolbox.
Then assign path/file to the control.

Download flashControl Here[^]and silverlightHere[^]

For Flash player:
C#
Flash1.MovieURL = "Path ";//path/file 


Silverlight:
C#
MediaPlayer1.MediaSource = "Path "//path/file; 


and Html5 has a videoplayer in it.But it works on new versions of browsers
 
Share this answer
 
Comments
rameshk14 1-Feb-14 7:00am    
thank for this reply, ibut i have to display in asp.net using c#. help me regard in this
Tom Marvolo Riddle 1-Feb-14 7:36am    
Hi ramesh, both control will work in asp.net
Tom Marvolo Riddle 1-Feb-14 9:38am    
If you face any issues,feel free to ask

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