Click here to Skip to main content
15,918,041 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need to add videos to my site please help
Posted

 
Share this answer
 
check HTML5 video [^]
HTML
<video width="320" height="240" controls="">
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</source></source></video>


DEMO[^]
Check this pen source HTML5 video player as well[^]
 
Share this answer
 
v2
Try to google for your requirement.
you cam either upload vedio on Youtube and just provide link in youtube embeded iframe script and you can enjoy it or you can upload a vedio in your site.

i am giving you some reference sites. :)

C# - How to save/upload files in folder and download[^]

Upload Save Retrieve and Play MP4 Video files with live streaming from Database in ASP.Net using C# and VB.Net[^]

video Upload and view in asp.net c#[^]

How to upload video file on ftp server using asp.net,C#.[^]

Upload and Play video on windows media player plugin in ASP.NET[^]
 
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