soundcloud / soundcloud-custom-player

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

Enable autoplay? #83

Open Legacy-TacticalGamingInteractive opened 7 years ago

Legacy-TacticalGamingInteractive commented 7 years ago

How can I enable autoplay?

Where do I put this? I tried putting it into the sc.player js but no luck.

$('div.post').scPlayer({ autoPlay : true });

I also tried changing all of the didAutoPlay = false to true

I am using Chrome.

mandadimuralidharreddy commented 6 years ago

change sc-player.js file Line 608 to autoPlay: true,