0
votes
0answers
81 views

Custom Soundcloud Still Doesn't Play on Firefox & IE

I know there are a bunch of posts that talk about how the custom soundcloud player doesn't work with jquery 1.9.2 due to the depreciation of $.browser.msie. I've tried everything from downgrading to ...
0
votes
1answer
55 views

How to embed audio

I'm trying to design a surveymonkey survey that has some audio embedded in it. As in people taking the survey can listen to an audio clip, and answer questions about it. How to best get it done, I'm ...
0
votes
2answers
123 views

SoundCloud Custom Player Install

I read the "Quick Start" guide found here https://github.com/soundcloud/soundcloud-custom-player/wiki#wiki-quick-start and after following the instructions i placed the HTML code to produce the custom ...
-1
votes
2answers
100 views

Best approach for drop down navigation [closed]

I currently have this navigation bar, made from CSS and HTML, mostly inline-block elements: What I want to achieve is the same affect as this navigation menu on SOUNDCLOUD Where the menu drops ...
1
vote
1answer
162 views

iFrame links doesn't work

I've created a Ruby on Rails app which is located at heroku, you can check it here "http://soundcloud-dj-contest.herokuapp.com/" App is working perfectly and I've placed it inside the iFrame on ...
0
votes
1answer
238 views

Soundcloud custom player not playing in Firefox

I have installed soundcloud's custom HTML 5 player from github onto my site for testing purposes. I have noticed this player does not work in the firefox browser. I am getting the following error ...
0
votes
0answers
50 views

Controlling Content inside PHP HTML Loop

So I am trying to make Universal next() and prev() buttons using soundcloud API. The thing is the Iframes are retrieved from my database and generated using a Loop and the only way ive been able to ...
0
votes
1answer
85 views

Getting access to JSON Array elements

So .getsounds returns a list of objects which are tracks in a music playlist and each track has a song "title" element field that I want to gain access to and print on screen. How do I run through the ...
0
votes
0answers
144 views

Getting Json result from SoundCloud API

I want to get some Json result by using the soundcloud api here is my url query ...
0
votes
1answer
182 views

Manipulate soundcloud iframe widget

I'm loading soundcloud into my website using iframes. Is it possible to edit the style of the soundcloud iframe. Example. Set a class of the iframe to visibility : hidden Or is there another ...
1
vote
2answers
295 views

Are button html tags outside of a form valid?

I just noticed that, in soundcloud, the "action" buttons on a track (like, repost, etc...) are all html button tags. Moreover, they are neither inside a form nor they bind to a form a la html5 nor ...
0
votes
1answer
46 views

How can I run a soundcloud file on the onload procedure in a html file

I want to replace an existing miniplayer on a website which starts playing after opening the page though an onload JavaScript.
0
votes
1answer
307 views

Soundcloud Player “Stratus” Not Appearing

I've tried emplenting this new feature that Soundcloud just rolled out, basically a small mini-player at the bottom/top of your website. Instructions are here: http://stratus.sc, which I followed but ...
1
vote
1answer
140 views

Removing unwanted margin / padding from embedded content

I have embedded a SoundCloud widget on my page below an image. There is a small space between the bottom of the image and the top of the widget. I've used Web Inspector to track down where this gap ...
2
votes
0answers
212 views

Soundcloud player widget cripples page [closed]

I have got a soundcloud player widget on a page and it is causing the page to run extremely slowly. Cursors take ages to change when hovering over buttons and other functionality on the page becomes ...
1
vote
3answers
459 views

Difficulty with making Stratus 2 Beta work with website HTML code

I was asked to add Stratus 2 Beta to our website so we can stream music. I went to the stratus website and they make it seem really simple to add the code they have to the website HTML but I can't get ...
0
votes
0answers
192 views

Soundcloud not resizing correctly in IE

Trying out Soundcloud for a site. I resized the iframe to fit the space - this worked seamlessly in Chrome/FF/Safari. On IE however it's not resizing but truncating the viewable space. For ...
1
vote
1answer
583 views

Soundcloud HTML5 player in ios

I'm trying to make custom buttons for the soundcloud player in ios, it works on all other platforms. Can someone please tell me why my toggle button dosen't work under ios, Safari? The skip buttons ...
0
votes
0answers
344 views

jQuery - Music Player playing all tracks at once

I've got a music player pulling playlists from soundcloud. It works great for just one playlist, however if more than playlist is present it breaks. After the selected song is finished, instead of ...
0
votes
0answers
314 views

Strange bug with SoundManager - soundManager.createSound(): undefined

I am creating a music website for a client, however when I try to incorporate the music player into the main website, the player breaks and I get this error soundManager.createSound(): undefined ...
1
vote
0answers
628 views

Soundcloud - Repeat code for each playlist

I am creating a music application for a client. To do so I'm using SoundCloud and basing my work of a prebuilt open source app here - https://github.com/soundcloud/soundcloud-premiere This issue I'm ...
2
votes
1answer
526 views

Get a user's Most Recent SoundCloud Track Links

I've been looking for a way to do this for a while because it seems like their should be one. I just want to automatically pull the 5 most recent tracks from my SoundCloud page and put them on my ...
0
votes
1answer
2k views

Soundcloud embedded HTML theme_color option not working

I am embedding Soundcloud HTML code in a web page to show the audio player. Previewing in Safari 5.1.4 on Mac and running in a webview in my iPhone app (which should behave the same as Safari) the ...
0
votes
1answer
318 views

How does SoundCloud make the favicon dynamically change when the play button is pressed?

Example: http://soundcloud.com/torsmusic/emancipator-siren-tor-remix You will notice that if you click play, the favicon dynamically displays a play icon next to its original favicon. What is the ...