Click here to Skip to main content
15,887,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to play audio and video in asp.net website, how to do it ?
Can i use aspmediasuitesetup controls?
Posted
Updated 1-May-13 23:46pm
v3

The below links better explain the concept.Repeated question.

Play audio / Video Files in Asp.net
Play audio files
if you want to use player itself then have a look at this link
 
Share this answer
 
v2
Download JwPlayer and add your asp.net page
longtailvideo

C#
<div id="myElement">Loading the player ...</div>

<script type="text/javascript">
    jwplayer("myElement").setup({
        file: "/uploads/example.mp4",
        height: 360,
        image: "/uploads/example.jpg",
        width: 640
    });
</script>
 
Share this answer
 
Hi...

Asp.net containes mediaelement control.It is suports to play audio and vedio also.
try this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900