can not get jplayer plugin to work

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-04-01T18:09:44Z Indexed on 2010/04/01 18:13 UTC
Read the original article Hit count: 610

Filed under:
|
|
|
|

Hello,

I hope somebody has some experience with the jplayer plugin

I have been staring at the sourcecode of the demo's and looking in firebug, but I can't see why it is not showing at all.

It also try's to use the flash file, but in other examples the embed code does not show up in the container div either.

How could I get this to work, or debug?

$(document).ready(function(){

 $("#jpId").jPlayer( {
    ready: function () {
      this.element.jPlayer("setFile", "/mp3/nobodymove.mp3"); // Defines the mp3
    }
  });

});

thanks, Richard

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about plugin