<head>
<script type="text/javascript">
$(document).ready(function() {
$('div.playa').live('click', function(){
var this_id = $(this).attr('id');
jwplayer(this_id).setup({
flashplayer: "/design/playerskin/player.swf",
skin: "/design/playerskin/nacht.zip",
file: $(this).attr("rel"),
autostart: true,
volume: 75,
fullscreen: false,
showdigits: false,
height: 24,
width: 175,
allowscriptaccess: "always",
bgcolor: "#000000",
"controlbar.position": "bottom",
events:{
onPlay: function() {
$("object[id^=song]").each(function(index){
if($(this).attr('id') != this_id){
jwplayer($(this).attr('id')).stop();
}
});
}
}
});
});
});
</script>
<style type="text/css">
div.playa, div[id^=song] {
background: url("/design/images/player.png") no-repeat center transparent;
height: 24px;
width: 175px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<div id="song{news-id}" class="playa" style="cursor: pointer" rel="[xfvalue_tunescoop_m4a]"> </div>
[xfvalue_tunescoop_m4a] - ссылка на музыку (прямая)
движок сайта dle
в чем ошибка?
не воспроизводит музыку...