Hey guys,
I’m trying to use JPlayer to play mp3 files. I just can’t find the right way to insert the channel entries into the javascript, as I’m not very familiar with javascript.
The script looks like this:
[removed] $(document).ready(function() { $("#jquery_jplayer_1").jPlayer({ ready: function(event) { $(this).jPlayer("setMedia", { mp3: "http://www.jplayer.org/audio/mp3/TSP-01-Cro_magnon_man.mp3", oga: "http://www.jplayer.org/audio/ogg/TSP-01-Cro_magnon_man.ogg" }); }, swfPath: "http://www.jplayer.org/2.1.0/js", supplied: "mp3, oga" }); }); [removed]
I appreciate any help!