Skip to content

Commit

Permalink
mediaelement.js added to audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 26, 2012
1 parent 3be7375 commit 59a3bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ <h4 class="kind html">html</h4>
</header> </header>
<div class="more"> <div class="more">
<div class="recco"> <div class="recco">
<p>As is the case with video, you need to provide your audio file in multiple formats for these to work, namely in <a href="http://www.scirra.com/blog/44/on-html5-audio-formats-aac-and-ogg">Ogg Vorbis and AAC</a>. jPlayer has a jQuery dependency. Sound Manager has an extensive API for further customization. </p> <p>As is the case with video, you need to provide your audio file in multiple formats for these to work, namely in <a href="http://www.scirra.com/blog/44/on-html5-audio-formats-aac-and-ogg">Ogg Vorbis and AAC</a>. jPlayer has a jQuery dependency. Sound Manager has an extensive API for further customization. <a href="http://mediaelementjs.com/">mediaelement.js</a> offers the HTML5 media element API through Flash in the fallback case and offers uniform styling across browsers and to the Flash widget.</p>
</div> </div>
<div class="polyfills"><b>Recommended polyfills: </b><p><a href="https://github.com/happyworm/jPlayer">jPlayer</a>, <a href="http://www.schillmania.com/projects/soundmanager2/">Sound Manager 2</a></p></div> <div class="polyfills"><b>Recommended polyfills: </b><p><a href="http://mediaelementjs.com/">mediaelement.js</a>, <a href="https://github.com/happyworm/jPlayer">jPlayer</a>, <a href="http://www.schillmania.com/projects/soundmanager2/">Sound Manager 2</a></p></div>


<p class="links"> <p class="links">


Expand Down
4 changes: 2 additions & 2 deletions posts/audio.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ feature: <audio>
status: use status: use
tags: polyfill tags: polyfill
kind: html kind: html
polyfillurls: [jPlayer](https://github.com/happyworm/jPlayer), [Sound Manager 2](http://www.schillmania.com/projects/soundmanager2/) polyfillurls: [mediaelement.js](http://mediaelementjs.com/), [jPlayer](https://github.com/happyworm/jPlayer), [Sound Manager 2](http://www.schillmania.com/projects/soundmanager2/)


As is the case with video, you need to provide your audio file in multiple formats for these to work, namely in [Ogg Vorbis and AAC](http://www.scirra.com/blog/44/on-html5-audio-formats-aac-and-ogg). jPlayer has a jQuery dependency. Sound Manager has an extensive API for further customization. As is the case with video, you need to provide your audio file in multiple formats for these to work, namely in [Ogg Vorbis and AAC](http://www.scirra.com/blog/44/on-html5-audio-formats-aac-and-ogg). jPlayer has a jQuery dependency. Sound Manager has an extensive API for further customization. [mediaelement.js](http://mediaelementjs.com/) offers the HTML5 media element API through Flash in the fallback case and offers uniform styling across browsers and to the Flash widget.

0 comments on commit 59a3bea

Please sign in to comment.