I need to play a video in my asp.net application .
For every product in the application there will be a demo video..so i need to show the demo videos.
How do i do this?
See:
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="Player1" width="424" height="379"> <param name="URL" value="http://localhost/Music.wmv"> <param name="http://path_to_the_video"> <param name="AutoStart" value="1"> <param name="ShowControls" value="1"> <param name="ShowStatusBar" value="1"> <param name="ShowDisplay" value="1"> <param name="stretchToFit" value="1"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" width="424" height="379" src="http://localhost/Music.wmv" filename="http://localhost/Music.wmv" autostart="1" showcontrols="1" showstatusbar="1" showdisplay="1"> </embed> </object>
Also can visit:
http://lesson8.blogspot.in/2012/03/html5-video-player-aspnet-c.html
http://www.c-sharpcorner.com/uploadfile/e628d9/playing-audio-and-video-files-using-C-Sharp/
http://www.c-sharpcorner.com/UploadFile/paulabraham/AudioVideo4ASPNetStarterKit11232005045348AM/AudioVideo4ASPNetStarterKit.aspx
http://ciintelligence.blogspot.in/2011/08/upload-videoaudio-file-and-convert.html