The jQuery HTML5 Audio / Video Library

jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript. AjQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. jPlayer’s comprehensive API allows you to create innovative media solutions while support and encouragement is provided by jPlayer’s active and growing community.

Choose jPlayer

HTML5 Powered with Multimedia

 

  1. $(document).ready(function(){
  2. $(“#jquery_jplayer_1”).jPlayer({
  3. ready: function () {
  4. $(this).jPlayer(“setMedia”, {
  5. m4a: “/media/mysound.mp4”,
  6. oga: “/media/mysound.ogg”
  7. });
  8. },
  9. swfPath: “/js”,
  10. supplied: “m4a, oga”
  11. });
  12. });
  13. <div id=”jquery_jplayer_1″></div>
  14. <div id=”jp_interface_1″>
  15. <a href=”#” class=”jp-play”>Play</a>
  16. <a href=”#”>Pause</a>
  17. </div>

 

Platforms and Browsers

full browser support on Firefox, Chrome, Opera, Safari, IE6, IE7, IE8, IE9 betafull IOS and Android support

Media Support

For xbrowser support, a format must be supplied that works in both HTML5 and Flash.
Optional additional formats may be supplied to increase xbrowser HTML5 support.

http://www.jplayer.org/

 

Leave a comment