I got it partially working by placing the code in a rectangle and giving the rectangle an id of player
But I get a Warning in the console.
Warning: Unknown DOM property data-className. Did you mean data-classname?
This is in the toneden.js so I cannot fix it.
This property warning will stop the controls showing.
I can start the music by scrubbing along the track progress bar but that is not what we really want. You may want to contact the developer and ask for some advice.
Note; where is says '<YOUR SOUNDCLOUD CONSUMER KEY HERE>'
If it was me I would just use the soundcloud API and create the player in Hype
The following is a post about using the soundcloud API within hype. You could use some of these techniques to design and use your own player within Hype. If I'm feeling nice I might even make one myself.
Sorry for the disappearance, I’m just getting back into a country with wifi! So I took a close look at the Toneden API…only to realize that I am way out of my league trying to get this to work! Then I looked at the Soundcloud API and was running into all sorts of issues with it.
So I ultimately settled on just using the iframe embed and put it into a rectangle element so it wouldn’t scroll. (you can check it out here at onecityunderkarl.com)