Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Everyone,

I am developing a web application using mvc3 razor engine.I need to play audio and video files of any format on the web page. when the user selects the movie cover image
and clicks on it the concerned movie file should be retrieved from the database and need to play on webpage(razor). The movies stores in the database of any format(.avi,.mp4,.vob,.flv,etc) should be played on the webpage(razor).

Thanks in advance
Posted
Updated 10-Oct-12 21:34pm
v2
Comments
Sergey Alexandrovich Kryukov 25-Sep-12 23:38pm    
"Of any" sounds like a great exaggeration...
--SA
Pankaj Nikam 26-Sep-12 0:51am    
+1 yea exactly... Countless formats and playing them with fallback support? :O
jkirkerx 26-Sep-12 0:02am    
it's best to convert the movies and audio to single type, and then play them
Sergey Alexandrovich Kryukov 26-Sep-12 17:30pm    
Not always. Maybe 2-3... It also highly depends on the goal.
And this is not a question; nothing to discuss, really.
--SA

1 solution

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Sep-12 17:30pm    
Could be. But I prefer answering questions, which is no the case here :-) 5, anyway...
--SA

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