こんにちは、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