有没有办法从SoundCloud oEmbed回拨实时寻道时间?

时间:2013-05-10 08:13:30

标签: javascript json api sdk soundcloud

我一般都使用JavaScript,但我还没有掌握回调。 我在这里有这个代码,它只是将播放器嵌入到div位置的页面中。我使用php从json获得uri。

    <div id="widgetLocation"></div>

    <script type="text/JavaScript">
        SC.oEmbed("<?php print $obj->{'uri'}; ?>", {
                                                    // optional parameters
                                                    sharing         : false,
                                                    buying          : false,
                                                    liking          : false,
                                                    show_artwork    : false,
                                                    show_comments   : false,
                                                    show_playcount  : false
                                                    },
                 document.getElementById("widgetLocation")

        );

    </script>

我看了一下这里:http://developers.soundcloud.com/docs/api/html5-widget并在这里观看了游乐场:https://w.soundcloud.com/player/api_playground.html(我能做的就是查看源代码,但它是用非常复杂的javaScript编写的,我不知道似乎看到如何使用SC.oEmbed的js SDK。它似乎使用略有不同的js库。

我想要的是一些简单的事情,就像你在小部件中寻找它时,它会在标签或其他东西中显示当前位置。有可能这样做吗?

1 个答案:

答案 0 :(得分:0)

currentTime方法与Media Fragments API一起使用: