kilokeith/soundcloud-soundmanager-player

Demo is giving a timeout error

Closed this issue · 5 comments

Hi, would love to test this but the demo included in the files is not working.

I'm seeing a 'soundmanager2 timed out' error in console.

Any advice ?

That would mean the swf file for soundmanager2 isn't loading. Check your paths or permissions on it.

On Jul 9, 2013, at 5:02 AM, fatalmusicgroup notifications@github.com wrote:

Hi, would love to test this but the demo included in the files is not working.

I'm seeing a 'soundmanager2 timed out' error in console.

Any advice ?


Reply to this email directly or view it on GitHub.

The path to the swf directory is correct and permissions are RW.
I cloned the project and opened 'playlist.html' . I didn't change anything except adding one of my own SoundCloud sets.

Do you have any other suggestions to try to get it to work?

Thanks a lot for your help :)

Ok I 'solved' it by adding 'preferFlash: false' to the sc-player.js configuration settings.

still it is strange that the swf file won't load.

Hi fatalmusicgroup,

I had similar problems. I solved it by running mamp then setting the soundmanager url (line9 of sc-player.js) to an absolute value of http://localhost:8888/yourdirectoryname

I also test through the localhost:8888 url to avoid flash local security errors (which wouldn't go away even after specifying the directory as safe).

Hope that's of help.

Thanks a lot keroberts 👍

I will give this a try.