| > Is it possible to grab the source of an jPlayer?>
$("#jquery_jplayer").jPlayer({
> ready: function() {
> $(this).jPlayer("setMedia", {
> mp3: "SOME URL"
> });
> }, ...some other stuff
Difficult to say, because the javascript internal parser is quite basic, and
only attempt to detect in a more or less clever way strings that "look like"
URLs or filenames, and it sometimes work.. or not! | |