I have this code working very well in a page.
Code:
<link href="http://www.your_site.com/your_path/css/sc-player.css" rel="stylesheet" type="text/css" /> <a href="http://soundcloud.com/your_artist/sets/remixes-edits" class="sc-player">My new dub track</a> <script type="text/javascript" src="http://code.jquery.com/jquery.js"></script> <script type="text/javascript" src="http://www.your_site.com/your_path/js/soundcloud.player.api.js"></script> <script type="text/javascript" src="http:www.your_site.com/your_path/js/sc-player.js"></script>
I would like to avoid iframe, cause it will be to complicate for the administrator to add players.
Does someone have a clue of how I can get it to work..?
Maybe I need to developpe a widget..? but how to start...?
I spend hours on the player to be as I need..I would like to be able to use it ! !
Thanks !