mozilla / popcorn-js

The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
MIT License
2.14k stars 631 forks source link

Make sound cloud data available #437

Open nevetssoftware opened 9 years ago

nevetssoftware commented 9 years ago

In the wrapper HTMLSoundCloudAudioElement, in changeSrc() this call is made

SC.get( "/resolve", { url: aSrc }, function( data ) {

It would be handy if the wrapper "kept" the data so that it could be used by the calling javascript.

Thanks