Click here to Skip to main content
15,913,854 members

Comments by Member 12603716 (Top 1 by date)

Member 12603716 29-Jun-16 22:33pm View    
Sir i have tried HTML5 video tag in asp.net but it gives only controls on the webpage and does not play the video.hare is the code

<body>
<form id="form1" runat="server">
<div>




<video src="C:\Users\FRENDZ\Downloads\Video\a.mp4" controls="controls">
</video>