can not get jplayer plugin to work
- by Richard
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