6
Answers

How to play video in ASP.NET

A K

A K

13y
13.6k
1
Hi,

How to play video in ASP.NET application?

Thanks
Answers (6)
0
Sachin Sachan

Sachin Sachan

NA 28 1.7k 11y
Dear sir/madam,

                         How to play vedio clip from store in local folder in asp.net
0
sam richard

sam richard

NA 8 0 12y
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
Krishna Garad

Krishna Garad

NA 19.1k 6.2m 13y
Check out here the video control.
0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 13y
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
Jaganathan Bantheswaran

Jaganathan Bantheswaran

NA 25.7k 2.2m 13y
0
Asif Khan

Asif Khan

NA 2 0 13y
 
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>