jQuery Mobile页面未显示在移动设备上

时间:2013-03-23 07:32:36

标签: php javascript jquery jquery-mobile jplayer

我遇到了一些问题,我不确定jQuery Mobile或jPlayer是什么。

我尝试打开此页面:http://music.x7dtv.com/m/radio/cool93

它在桌面(Chrome)上正常运行,但是当我在手机(iOS和Android)上试用它时;它显示空白页面。除了包含jPlayer的页面外,其他页面(http://music.x7dtv.com/m/radio)工作正常。

jPlayer Core似乎很好,这是我的代码:

$(document).ready(function() {
    $("#jquery_jplayer_1").jPlayer({
        swfPath: "http://www.jplayer.org/latest/js/Jplayer.swf",
        ready: function() {
            $(this).jPlayer("setMedia", {
                mp3: "http://ip:8000/;stream/1"
            }).jPlayer("play");
        },
        supplied:"mp3"
    });
});

编辑:响应代码为200。

1 个答案:

答案 0 :(得分:2)

FIXED:

我的代码中包含src <script>标记的{{1}}。