Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to display video files using c# .net web application?
Posted

There are number of ways you can do that.

1. use windows media player SDK to play video files.
2. Use managed directX for this.
3. Use any direct X managed wrapper like shaprDx for this.
3. Use directshow underneath using quatzlib wrapper for playback.
 
Share this answer
 
Comments
Mangaraju215 1-Mar-13 6:45am    
Does directX managed wrapper supports for broswers other than IE
 
Share this answer
 
 
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