Izmenis kod ili upload pod istim nazivom drugu pjesmu.
<script>
$j(document).ready(function() {
$j("#jquery_jplayer_1").jPlayer({
ready: function () {
$j(this).jPlayer("setMedia", {
mp3: "http://ranko-ajdinovic.iz.hr/wp-content/themes/dk/data/1360348062_Chariots_of_Fire_full_verzija.mp3",
m4a: "http://ranko-ajdinovic.iz.hr/wp-content/themes/dk/data/1369060370_Chariots_of_Fire_full_verzija.m4a",
oga: "http://ranko-ajdinovic.iz.hr/wp-content/themes/dk/data/1368980414_Chariots_of_Fire_full_verzija.ogg",
end: ""
}).jPlayer("play") },
//solution: "flash, html", // Flash with an HTML5 fallback.
swfPath: "http://ranko-ajdinovic.iz.hr/wp-content/themes/dk/js/",
supplied: "mp3,m4a,oga"
});
});
</script>