@
yuyachen 您好, 非常感谢,显示已经正常了,但是仍然不能播放
我设置的是自动播放,好像是无法执行这段JS
<script type="text/javascript">
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function (event) {
$(this).jPlayer("setMedia", {
title: "S.m.s Entertainment",
flv: "
http://vr.tudou.com/v2proxy/v2?it=188122249",
}).jPlayer("play");
},
swfPath: "js",
supplied: "mp3, flv",
wmode: "window",
volume: "1",
smoothPlayBar: true,
keyEnabled: true,
remainingDuration: true,
toggleDuration: true
});
});
</script>