Is adding a Download Limit to the Soundcloud Widget possible? -


hi soundcloud developers,

is there way add download limit standard soundcloud widget?

<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3a%2f%2fapi.soundcloud.com%2ftracks%2f110900242%3fsecret_token%3ds-g1cy7&amp;color=00adef&amp;auto_play=false&amp;show_artwork=true"></iframe>

i imagine adding download_limit=100 widget code or that... helpful!

if have experience javascript, can check download_count of track soundcloud api before show widget. if download_count <= 100 simple put &download=true else &download=false


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -