How to play mp3 file using HTML 5

Put the following code in aspx page or html page.

<html xmlns=”http://www.w3.org/1999/xhtml”&gt;

<head runat=”server”>

  <title></title>

</head>

<body>

  <form id=”form1″ runat=”server”>

  <div>

    <audio controls=”controls”>

 

   <source src=”Wonderland.wma” type=”audio/mpeg” />

   Your browser does not support the audio element.

 </audio>

  </div>

  </form>

</body>

</html>

 

I try to use wma but not successful. I believe it is not supported.

 

You can also download a single solution from http://skydrive.live.com. The sample file name is WebAppAudio.rar My MSN ID is chanmmn@hotmail.com.

 

About these ads

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in .Net and tagged . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s