您好我正在尝试使用 soundcloud API 自定义音频播放器。
https://github.com/soundcloud/soundcloud-custom-player/wiki
这是我的代码:
<!DOCTYPE html>
<html>
<head>
<title>Reproductor</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" href="soundcloud/css/sc-player-minimal.css" type="text/css">
</head>
<body>
<a href="http://soundcloud.com/dark-pointer/dark-pointer-disconnect-no" class="sc-player">Test</a>
<script type="text/javascript" src="soundcloud/js/soundcloud.player.api.js"></script>
<script type="text/javascript" src="soundcloud/js/sc-player.js"></script>
</body>
</html>
仅适用于 Chrome。我认为这是因为我在 Firefox 中没有闪光灯。但是如果我没有 Flash,应该在 HTML5 中播放
有谁知道怎么用html5玩?
你可以在这里看到我的测试:http: //jreedon.marcosaguayo.com/
我已经尝试了这些示例但无法正常工作 http://jreedon.marcosaguayo.com/soundcloud/examples/sc-player-red.html