I try to load the HTML5 SoundCloud widget and immediately start track 30 from the set.
My code looks like this:
<iframe id="sc-widget" src="https://w.soundcloud.com/player/?url=http://soundcloud.com/drasla&start_track=30&auto_play=true></iframe>
However, this only starts with playing track # 25. The widget seems to paginate the data and only first pulls out the first 25 tracks if the user does not scroll down.
I tried passing the parameter limit=100to the url, but this does not seem to increase the initial load.
Is it possible to immediately jump to the track after # 25 using the widget?
source
share