Here is the code which will help you to play video in ASP.net using C#
Just open your design page.
default.aspx
Put below code in it:
<object height="150px" width="200px" type ="video/x-ms-wmv" >
<param name="src" value="movie/test.wmv" />
<param name="AutoStart" value="False" />
</object>
Here test.wmv is the video which you want to play.
Your Output Will be:
No comments:
Post a Comment