I am having the same trouble, although explicitly setting the
customCssIds to false did not fix it. The previous and next tracks are
working as expected, but none of the other controls respond at all.
I copied the jp-playlist-player HTML from the demo page. I've muddled
the javascript a bit due to my needs, but here are (what I think are)
the relevant bits (all enclosed in a $(document).ready() function:
$("#jquery_jplayer").jPlayer({
ready: function () {
this.element.jPlayer("onProgressChange", function(loadPercent,
playedPercentRelative, playedPercentAbsolute, playedTime, totalTime) {
jpPlayTime.text($.jPlayer.convertTime(playedTime));
jpTotalTime.text($.jPlayer.convertTime(totalTime));
});
},
swfPath: "
http://localhost/acpa/",
volume: 50
});
And the controls HTML:
<ul class="jp-controls">
<li><a href="#" id="jplayer_play" class="jp-play" tabindex="1">play</
a></li>
<li><a href="#" id="jplayer_pause" class="jp-pause"
tabindex="1">pause</a></li>
<li><a href="#" id="jplayer_stop" class="jp-stop" tabindex="1">stop</
a></li>
<li><a href="#" id="jplayer_volume_min" class="jp-volume-min"
tabindex="1">min volume</a></li>
<li><a href="#" id="jplayer_volume_max" class="jp-volume-max"
tabindex="1">max volume</a></li>
<li><a href="#" id="jplayer_previous" class="jp-previous"
tabindex="1">previous</a></li>
<li><a href="#" id="jplayer_next" class="jp-next" tabindex="1">next</
a></li>
</ul>
So, I don't see any custom functions for the playlist player on the
demo page, and I didn't have to write any to get a single item version
working correctly, and I haven't touched the jquery.jplayer.js file,
and am using the precompiled jPlayer.swf, so I don't know where I'm
going wrong. I did add a couple of elements to the player interface as
part of my skin, but they are outside the controls list and shouldn't
be affecting it: everything is nested properly.
Any and all help is appreciated,
Sam
On Apr 16, 10:00 am, Simon Carr <
carr.si...@gmail.com> wrote:
> It was the customCssIds. Thanks guys!
>
> On Apr 16, 4:27 am, Torben Rasmussen <
froggiest...@gmail.com> wrote:
>
>
>
>
>
> > Well at first quick glanse i can see most of thecontrolsisnot
> >working, inc. the search bar, it seems like your using the default css
> >controls, but yet you have customCssIds: true, so i bet that is the
> > problem, also remove the lines with the #demo_status its only for the
> > demo page :)
>
> > Anyways, try settting the customCssIds: false, i need more coffee,
> > before further analyze, peace :)
>
> > On 16 Apr., 03:11, Simon Carr <
carr.si...@gmail.com> wrote:
>
> > > Hi.
>
> > > First, I would like to say that jPlayer is pretty awesome! I am using
> > > it on a musician website that I have created, but I'm having some
> > > issues with the audio control.
>
> > > Here is the page:
http://alanjacksonband.com/music/
>
> > > The audio plays fine, but the pause / stop buttons donotseem to be
> > > I have modified the code tonotrequire OGG files... I am using mp3s