0
votes
1answer
37 views

SoundCloud widget custom edit

I'm using the following code to create a custom SoundCloud player: https://github.com/soundcloud/soundcloud-custom-player What I have done is: ...
0
votes
1answer
99 views

SoundCloud embedded track: How to refresh page after the track ends playing?

First off, I am quite a noob. Ok, so I have embedded a SoundCloud track into my webpage. My question is, how do you refresh a page (or do anything else) when the track ends? Can you do it with ...
0
votes
1answer
84 views

How to change element colours in the SoundCloud Mini HTML5 player

We Embedded the SoundCloud HTML5 Mini Player on our website. We are trying to change the colours of the player's elements without success. Is there a way to change the BG colour as well as the text ...
1
vote
0answers
106 views

SoundCloud HTML5 widget: share panel covers waveform when audio finished

When the audio completes in the HTML5 version of the SoundCloud widget, the share panel appears and covers the audio waveform. The user can replay the audio; however, the share panel doesn't ...
2
votes
0answers
35 views

Reading Soundcloud methods in the widget api

I am keen to access control the Soundcloud Widget data. I just can't recall the syntax to set api_setVolume() to zero ie mute. This is the code I've put in the tag <head> <script ...
0
votes
1answer
226 views

Attaching a “Free Download” button to the SoundCloud player within the SoundCloud website

This problem has eluded me for over a month now. I've noticed certain SoundCloud(SC) members are able to attach a button that says "Free Download" (or some variation of that) onto the SC player within ...
0
votes
1answer
584 views

Soundcloud custom widget : change container background color w/o waveform.js?

Is there any way to change the sc-waveform container background from #efefef without having to load the waveform.js library? I have enough libraries loading already and the conainer bg conflicts with ...
1
vote
1answer
121 views

Bind() to a dynamically embedded souncloud widget

I am using the following code to embed a soundcloud widget: SC.oEmbed(soundcloud_url, {color: "3C9FCE"}, document.getElementById('container_id')); How do I bind a SC.Widget.Events.Ready to it? I ...
1
vote
1answer
99 views

Can't get Getters from SoundCloud HTML5 Widget API

I'm struggeling with the Soundcloud HTML5 Widget API. The Methods and Events are working fine, but i can't log the getters. I've been looking around in the Soundcloud API documentation but i can't ...
0
votes
0answers
85 views

'Open File' dialogue after loading Soundcloud html5 player widget

recently I've noticed, that Chrome or FireFox (win7) are presenting an 'Open File' dialogue, when using the html5 widget. It asks you to save a file, and then, no track comes in. Is there anything, ...
0
votes
1answer
428 views

Is it possible to have an (iframed) SoundCloud widget with no background?

I'm trying to make a really minimal player -- just a play button, and another button to zoom up to a full-sized player. (Fiddle.) As far as I can tell, there's no way to get rid of the white ...
1
vote
1answer
192 views

SoundCloud widget events not firing

I'm having problems with the SoundCloud Widget API. For some reason the PLAY and PLAY_PROGRESS events are not firing after playing the track using the auto_play option. The READY event is working ...
0
votes
1answer
384 views

Stop SoundCloud HTML5 iframe player when clicking next slide

--- [EDIT --- I had to use getElementByID for the below to work, however, is there a way of affecting all iframes within the carousel at once instead of individually adding IDs i.e. programmatically ...
0
votes
1answer
44 views

Soundcloud Widgets - Tabbed by genre?

I need to create a widget for my website that has tabs at the top depending on genre. I've seen it on a site (www.unseen-music.com) but wondering if it's a website developing thing or whether it is ...
0
votes
1answer
112 views

Soundcloud HTML5 Widget CSS Error on @media (max-width: 350px) and (min-height: 166px)

On "@media (max-width: 350px) and (min-height: 166px)" the div with class "sound_art sc-border-box sound_artLeft" is hidden, but the position of the div with class "sound_content sound_contentRight" ...
1
vote
1answer
537 views

soundcloud widget: autoplay not consistantly working in firefox 16

When trying to load a soundcloud widget in an iframe, in Firefox 16 it's not always autoplaying. I've configured the link as follows: ...
0
votes
0answers
81 views

HTML 5 embed Widget on Iphone is not displaying correctly

The HTML 5 widget looks great on my wordpress page on a computer browser or iPad browser, but when viewing from a smaller screen size, like iPhone it looks really bad. See attached image. ...
0
votes
0answers
102 views

SoundCloud HTML5 Widget Loading progress event

How to get Loading progress value of SoundCloud Widget? As described in docs, http://developers.soundcloud.com/docs/api/html5-widget#events there is loading progress event, but it always value 1, and ...
0
votes
0answers
101 views

player doesn't skip track but plays simultaneously using soundcloud widget api

This started recently... I initiate the widget with SC.Widget() (from w.soundcloud.com/player/api.js), and when I skip to a track by calling the skip(trackNumber) method (both through event and ...
4
votes
1answer
1k views

Soundcloud: play multiple tracks simultaneously - HTML5 widget

I am trying to create a simple multi-track player based on Soundcloud, displaying multiple tracks and start playing them simultaneously. I found a similar prototype here (Flash widget based): ...
2
votes
0answers
709 views

Controlling Soundcloud HTML5 Widget Player Volume

I have been attempting to use the example given on this Soundcloud Blog page so I can set the volume lower. http://developers.soundcloud.com/blog/html5-widget-api I only changed the iframe size and ...
0
votes
1answer
267 views

show_comments=false in player widget disables link to sound

With the following code the link to the sound on Soundcloud in the bottom right corner of the widget works (Firefox/OSX): <iframe id="sc-widget" ...
0
votes
1answer
147 views

Evenlistner for Soundcloud player widget

i'm building a player wich can play Soundcloud songs.I was wondering if there's a way to update the current tracktime every second into a variable. I've been looking anywhere but i can't find it. I ...
0
votes
1answer
89 views

Handling JS Events from SoundCloud Widgets

I am a javascript novice trying to work with SoundCloud's new HTML5 widgets. I don't entirely understand events yet. The docs page just says SC.Widget.Events.[something] — fired when [thing ...
0
votes
0answers
346 views

Missing Waveform Graphic in HTML5 Player

I am loading the sound cloud player from http://w.soundcloud.com/player and passing a secret URI along with the other required parameters. About 1/3 of the songs I upload using the soundcloud REST ...
1
vote
1answer
90 views

HTML5 widget ERROR event

Is there a event SC.Widget.Events.ERROR — fired when for some reason the track could not be loaded or any other error occurred? This happens some time on flash widget, so it's a nice event to skip ...
1
vote
0answers
402 views

Why are some SoundCloud tracks causing their HTML5 widget to fail?

I am using SoundCloud's own JavaScript API to embed HTML5 widgets on a site but am finding that often their HTML5 widget will not function correctly: neither the waveform nor the artwork displays ...