soundcloud / soundcloud-custom-player

The SoundCloud custom javascript based player
http://soundcloud.com
704 stars 231 forks source link

Fix Seek Scrub While Paused #81

Closed wallywyyoung closed 8 years ago

wallywyyoung commented 8 years ago

When file is loaded but paused, seek will start playing the audio, but will not update the player to "playing" mode. If this point in the code is reached, we can assume the audio has began playing, so it should be safe to update the play status.

wallywyyoung commented 8 years ago

@spadgos Any chance at a review? Thanks!

spadgos commented 8 years ago

Sorry for the delay. As you might be able to tell, this project isn't fully supported any more. Take a look at our Widget API and the Javascript SDK as well. They're not exactly solving the same problem as this project, but they might be helpful -- and they're maintained a bit better too. :)

wallywyyoung commented 8 years ago

Thank you, @spadgos! =)