Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i am building a asp web application, is it possible to play local drives mp3 file directly in web application without using database or copy file in project ... please suggest me any unique solution ...
Posted

1 solution

XML
function Start() {
    audio.Play();
    audio.Play(44100);
}
<audio src="Your_Source">
</audio>


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