웹표준,웹접근성(html, html5, css, css3, javascript, jQuery, jQueryMobile, snecha, senchaTouch, php, mobileWebApp)

audio 본문

html5

audio

jokack01 2011. 11. 10. 15:29


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>audio.js</title>
    <script src="audiojs/audio.min.js"></script>
    <link rel="stylesheet" href="css/index.css" media="screen">
    <script>
  audiojs.events.ready(function() {
   audiojs.createAll();
  });
    </script>
  </head>
  <body>
 
    <header>
      <h1>audio.js</h1>
    </header>

    <audio src="../media/02-juicy-r.mp3" preload="auto"></audio>

  </body>
</html>

'html5' 카테고리의 다른 글

HTML5 Video Player  (0) 2011.11.10
HTML5 - section root  (0) 2011.11.10
HTML5 Section  (0) 2011.11.10
html5. outline.hgroup  (0) 2011.11.10
HTML5 - hgroup  (0) 2011.11.10