I'm trying to set up an example voice cloud player by following the directions. I end up with an index.html page that looks like this:
& lt ;! DOCTYPE HTML & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta http-equiv = "content-type" content = "text / html; charset = utf-8" & gt; & Lt; Title & gt; Sample SC & lt; / Title & gt; & Lt; Link rel = "stylesheet" href = "css / sc-player-standard.css" type = "text / css" & gt; & Lt; Script type = "text / javascript" src = "http://code.jquery.com/jquery.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / soundcloud.player.api.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "js / sc-player.js" & gt; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; A href = "http://soundcloud.com/matas" class = "sc-player" & gt; My latest track & lt; / A & gt; & Lt; / Body & gt; & Lt; / Html & gt; When I load the page, everything looks fine and looks functional (i.e.: you can select tracks, and click on the 'play' icon to ' Pause 'icon, I can see cover art), but there is no audio play for the track and time has passed. Am I looking at the page on my local machine just through a python server, should I do something else?
Thank you in advance, Dan
Which browsers are you using? I copied and pasted my code on Mac OS X and Safari on iOS and tested in Safari, Firefox and Chrome. Try this version and see if it works for you:
If it works, then comment and I will reply with some other ideas about debugging I will edit
Comments
Post a Comment