Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Including video on web pages

    • 0
    • 0
    • 0
    • 2
    • 0
    • 0
    • 0
    • 976
    Answer it

    Hello all I need some help regarding in HTML, the problem is that I want to include video lectures on my web page, I want to dynamically update the lectures in the web page which I add on the default folder for video lectures . can you please suggest me a good tutorial for solve my problem .

 2 Answer(s)

  • 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".

  • 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.

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: