Click here to Skip to main content
15,887,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am developing an MVC 4 web application and i need to support playing video files of various formats. i.e. User can upload videos files of multiple formats and website shall support those formats. I am having difficulty play .mov files. I have seen the following links already but they dont work for me. I think, these are older links and not working for me, perhaps embed & object tags have compatibility issues in later/newer browsers How to embed a .mov file in HTML? http://jquery.malsup.com/media/
How to embed a .mov file in HTML? - Stack Overflow[^]
can anybody help me please ?

What I have tried:

i tried following links

http://jquery.malsup.com/media/

[^]
Posted
Updated 27-Jan-17 4:57am

1 solution

The post you're referring to is from 2013.
At the speed the web is evolving that is ages ago.

You should need a plugin for that.

You can use the video tag.

HTML5 Video[^]
 
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