Well, many people ask about this, even I would make it like a "hot
toppic", because the people asks but doesn't seach.
Here's the answer to all your problems:
https://groups.google.com/group/jplayer/browse_thread/thread/e35c306a...
That's the page where I found this:
$("#jquery_jplayer_2").bind($.jPlayer.event.play, function(event) {
var current = myPlaylist.current;
var playlist = myPlaylist.playlist;
$.each(playlist, function(index, object) {
if(index == current) {
$("#theDiv").html(object.title + " - " + object.artist);
}
});
});
You must change $("#theDiv") for your div id.
Bye
On 12 mayo, 12:46, encoded <samdwis...@gmail.com> wrote:
> Hi im using your excellent software to play an mp3 shoutcast stream
> and i would like to know if its possible to display the currently
> playing song/artist in a div, if not, please consider this a feature
> request :)
> the current version of my player is at:
> http://www.electricdemonsradio.com/mediaplayer3/index.html