javascript - SoundCloud Custom Player not working in FireFox? -


I am making a website for this guy and he wanted to install SoundCloud custom player. I did this and found that it works fine in Chrome, but it's not working in Firefox (I'm on 19.0.2) or IE (9.0.14).

Here's the site:

Is there something in my end that I am doing wrong?

I get all the information set up here:

Examples from that page work on Firefox, but I noticed that their examples use the previous version of jquery (1.4.2) , Where we are now at version 1.9.0

Any suggestions would be appreciated.

Always open the console while you try to debug javascript. There is an error while trying to load some CSS files for you to start:

received 404 (not found)

this will not solve the problem , But you

Second, you should set the encoding of the document:

Character encoding of the HTML document was not declared. The document will present in some browser configurations with distorted text if the document contains letters outside the US-ASCII category, in the document or in the transfer protocol, the character encoding of the page must be declared.

Still the problem is not solved. The real problem is that you are using jQuery 1.9 and it is used by custom sound-cloud player to browse: < / P>

Type error: $ .browser is undefined [break this error] if ($ .browser.msie) {

So you either have a sound-cloud Players need to upgrade the script (if a new version is available) or you have your jQuery version Must downgrade.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -