Click here to Skip to main content
15,893,790 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am working in a .NET project where i have to upload a video file in a folder using "fileupload". I do this successfully.
Now i required a video player which is showing these files. I used some jq video player like mediaelementjs and jplayer but
they has some limitation. I have to give different format video for different browser but that is not my purpose.
I give only mp4 or flv file.
So is there any free jq player or any kind of .net supported player present? And how i do this.

Thanks in Advance
Manojit
Posted

If a player was '.NET supported', it would not work via HTML. Nowadays, your best bet is to use HTML5 video, but with HTML5 taking over, flv players are easy to find on the web, for free. Have you looked ?

Yes, with HTML5, you need different files to cover all the browsers, it is true.
 
Share this answer
 
Comments
[no name] 8-Jan-13 14:45pm    
hey try this

http://www.w3schools.com/tags/tag_video.asp

its well supported
hey try this

http://www.w3schools.com/tags/tag_video.asp


its well supported
 
Share this answer
 
Comments
Manojit Mondal 9-Jan-13 0:22am    
Yes I am trying this video tag also but there is one problem i to have give mp4 for chrome and ogg file for Mozilla. But I need one formatted video which support all browser. And Is this video tag support IE7,IE8 also?
Hi all,
I am using http://code.google.com/p/swfobject/[^]
And there is support all flv,mp4,mov type video on any browser.

Thanks,
Manojit
 
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