-
Including video on web pages
over 9 years ago
-
over 9 years ago
Hello Manish
You can use video tag for video player using HTML5.<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. </video>
Here, you can use dynamic video link instead "movie.mp4". -
-
over 9 years ago
You need to use some server side language for it. I think PHP is good for this requirement. You need to use some database(MySQL) as well. Then you will create a back-end feature where you can upload the video for your tutorials. Please find the following link for your reference.
http://www.onlinetuting.com/uploading-pictures-in-php/
Hope this will help you.
-
2 Answer(s)