Joma Alrzini

Joma Alrzini

  • NA
  • 61
  • 29.4k

HTML video tag in asp.net not streaming

Jul 7 2016 10:04 AM
I need to display video in the page I used the html video tag and it works fine but when skip ahead the playing of the video the play stops and the video box became black .On the other hand I did it in normal HTML page outside asp.net it works fine but in the HTML page in asp.net not working 
 
 this the code 

<video id="Video1" width="550" height="400" controls="controls" control

autoplay="autoplay" onprogress="true" preload="metadata" onended="playnext()">

<source src="Videos/Sending%20emails%20using%20asp.net%20%20%20Part%2077.mp4"

type="video/mp4">

Please help 

Answers (1)