SoundCloudWidgetAPIに問題があります。
何らかの理由で、auto_playオプションを使用してトラックを再生した後、PLAYイベントとPLAY_PROGRESSイベントが発生しません。ただし、READYイベントは正常に機能しています。
コードは次のとおりです。
player = SC.Widget(document.getElementById('soundcloud-player'));
player.bind(SC.Widget.Events.READY, this.SC_onPlayerReady.bind(this));
player.bind(SC.Widget.Events.PLAY, this.SC_onPlayerPlay.bind(this));
player.bind(SC.Widget.Events.PLAY_PROGRESS, this.SC_onPlayProgress.bind(this));
私はそれに対する解決策を見つけることができないので、SCスタッフからの助けに感謝します:-)
ありがとう、
ピエール