Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on my fyp project on which i have to play vidoes that will be uploaded by the users. i have save the user uploaded videos in a folder and their urls in the database table.

I user HTML5 Video Player but it still does not play videos in asp.net, when i put this code in simple html file it plays but in asp.net it does not play the video. if anyone has implemented this please share.
Posted

 
Share this answer
 
You can have a look into the below mentioned article. If you are using HTML5, you don't have to necessarily use any third party libraries to play video.

Beginner's Guide to HTML5 & CSS3 - Getting Fancy with HTML5 & CSS3 (Series 5 of 12)[^]

Remember to put the doctype of your ASP.NET page as below

<!DOCTYPE html>

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