Play html5 audio from android asset folder - HTML CSS HTML Tag

HTML CSS examples for HTML Tag:audio

Description

Play html5 audio from android asset folder

Demo Code

ResultView the demo in separate window

<html>
 <head></head> 
 <body> 
  <audio controls> 
   <source src="kids_sample/aa.mp3" type="audio/mp3"> Your browser does not support the audio element. 
  </audio>  
 </body><!--from   www .  j  a va 2 s  .  c o m-->
</html>

Related Tutorials