ASP.NET (35) SQL (25) JAVASCRIPT (24) HTML (14) STYLE SHEET (6) ASP (4) SCRIPT (1)

Search me out HERE!!

Play VIDEO in ASP.net With C#

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