0 Dear sir/madam,
How to play vedio clip from store in local folder in asp.net
0 If you are willing to view videos in ASP.Net application, you are needed to inject code in the file mode in HTML format. But however if you are willing to read a MTS file or any other video file into HD supported media player, you are needed to use MTS converter software.
To read more:
http://www.mtsconverter.co.uk 0 Hi Alok,
Please refer the below link
http://www.c-sharpcorner.com/uploadfile/e628d9/playing-audio-and-video-files-using-C-Sharp/default.aspx
Thanks
0
if you want to play youtube video change value & src in the embedded object
<object width="245" height="211"> <param name="movie" value="http://www.youtube.com/v/xx3IwWFW0xw?version=3&feature=player_detailpage"> <param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"> <embed src="http://www.youtube.com/v/xx3IwWFW0xw?version=3&feature=player_detailpage" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="245" height="211"> </object>